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

Function migrationSourceKey

packages/core/sdk/src/migration-spec.ts:1191–1192  ·  view source on GitHub ↗
(scopeId: string, sourceId: string)

Source from the content-addressed store, hash-verified

1189/** The map key joining a (scopeId, sourceId) pair. Exported so the runner keys
1190 * `migratedConfigs` identically to the weave's lookup. */
1191export const migrationSourceKey = (scopeId: string, sourceId: string): string =>
1192 `${scopeId} ${sourceId}`;
1193
1194const sourceKey = migrationSourceKey;
1195

Callers 2

sourceKeyForBindingFunction · 0.90
readV1SnapshotFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected