---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../modules.md) / [scaffold](../index.md) / isRemoteSource

# Function: isRemoteSource()

> **isRemoteSource**(`source`): `boolean`

Defined in: [packages/b2c-tooling-sdk/src/scaffold/sources.ts:177](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/scaffold/sources.ts#L177)

Check if a source requires remote API access.

## Parameters

### source

[`DynamicParameterSource`](../type-aliases/DynamicParameterSource.md)

The source type to check

## Returns

`boolean`

True if the source requires remote access
