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

Function transaction

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

Source from the content-addressed store, hash-verified

1988 const core = makeCoreDb(fuma);
1989 const blobs = config.blobs ?? makeFumaBlobStore(fuma);
1990 const transaction = <A, E>(effect: Effect.Effect<A, E>) => fuma.transaction(effect);
1991
1992 // Runtime-observed output shapes ("muscle memory"): learned on the
1993 // execute success path, served by tools.schema when a tool declares no

Callers 13

integrationsRegisterFunction · 0.70
integrationsUpdateFunction · 0.70
integrationsRemoveFunction · 0.70
persistCatalogFunction · 0.70
connectionsCreateFunction · 0.70
mintOAuthConnectionFunction · 0.70
connectionsUpdateFunction · 0.70
connectionsRemoveFunction · 0.70
policiesCreateFunction · 0.70
policiesUpdateFunction · 0.70
policiesRemoveFunction · 0.70

Calls 1

transactionMethod · 0.65

Tested by

no test coverage detected