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

Function transaction

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

Source from the content-addressed store, hash-verified

1912 const core = makeCoreDb(fuma);
1913 const blobs = config.blobs ?? makeFumaBlobStore(fuma);
1914 const transaction = <A, E>(effect: Effect.Effect<A, E>) => fuma.transaction(effect);
1915
1916 // Runtime-observed output shapes ("muscle memory"): learned on the
1917 // execute success path, served by tools.schema when a tool declares no

Callers 7

integrationsRegisterFunction · 0.70
integrationsRemoveFunction · 0.70
persistCatalogFunction · 0.70
connectionsCreateFunction · 0.70
mintOAuthConnectionFunction · 0.70
connectionsRemoveFunction · 0.70
createExecutorFunction · 0.70

Calls 1

transactionMethod · 0.65

Tested by

no test coverage detected