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

Function transaction

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

Source from the content-addressed store, hash-verified

2037 );
2038 const blobs = config.blobs ?? makeFumaBlobStore(fuma);
2039 const transaction = <A, E>(effect: Effect.Effect<A, E>) => fuma.transaction(effect);
2040
2041 // Runtime-observed output shapes ("muscle memory"): learned on the
2042 // 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