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

Function persistCatalog

packages/core/sdk/src/executor.ts:3091–3092  ·  view source on GitHub ↗
(effect: Effect.Effect<A, E>)

Source from the content-addressed store, hash-verified

3089 // `produceConnectionTools` call sites are.
3090 const catalogPersistLock = Semaphore.makeUnsafe(1);
3091 const persistCatalog = <A, E>(effect: Effect.Effect<A, E>) =>
3092 catalogPersistLock.withPermits(1)(transaction(effect));
3093
3094 const produceConnectionToolsUnshared = (
3095 integrationRow: IntegrationRow,

Callers 1

Calls 1

transactionFunction · 0.70

Tested by

no test coverage detected