MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / bindingSourceScope

Function bindingSourceScope

packages/core/sdk/src/migration-spec.ts:1196–1197  ·  view source on GitHub ↗
(binding: V1BindingRow)

Source from the content-addressed store, hash-verified

1194const sourceKey = migrationSourceKey;
1195
1196const bindingSourceScope = (binding: V1BindingRow): string =>
1197 binding.sourceScopeId ?? binding.scopeId;
1198
1199const secretExists = (
1200 secrets: readonly V1SecretRow[],

Callers 1

planMigrationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected