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

Function bindingSecretScope

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

Source from the content-addressed store, hash-verified

1217};
1218
1219const bindingSecretScope = (binding: V1BindingRow): string =>
1220 binding.secretScopeId ?? binding.scopeId;
1221
1222const slugifyName = (name: string, fallback = "account"): string =>
1223 String(connectionIdentifier(name, fallback));

Callers 2

planMigrationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected