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

Function persistCatalog

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

Source from the content-addressed store, hash-verified

3258 // `produceConnectionTools` call sites are.
3259 const catalogPersistLock = Semaphore.makeUnsafe(1);
3260 const persistCatalog = <A, E>(effect: Effect.Effect<A, E>) =>
3261 catalogPersistLock.withPermits(1)(transaction(effect));
3262
3263 const produceConnectionToolsUnshared = (
3264 integrationRow: IntegrationRow,

Callers 1

Calls 1

transactionFunction · 0.70

Tested by

no test coverage detected