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

Function stableId

packages/plugins/provider-service-split/src/sqlite.ts:56–57  ·  view source on GitHub ↗
(...parts: readonly string[])

Source from the content-addressed store, hash-verified

54};
55
56const stableId = (...parts: readonly string[]): Effect.Effect<string> =>
57 sha256Hex(JSON.stringify(parts)).pipe(Effect.map((hash) => `service_split_${hash}`));
58
59const tableExists = (client: SqliteDataMigrationClient, table: string) =>
60 execute(client, {

Callers 1

applyOrgFunction · 0.70

Calls 1

sha256HexFunction · 0.90

Tested by

no test coverage detected