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

Function transaction

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

Source from the content-addressed store, hash-verified

1374 const core = makeCoreDb(fuma);
1375 const blobs = config.blobs ?? makeFumaBlobStore(fuma);
1376 const transaction = <A, E>(effect: Effect.Effect<A, E>) => fuma.transaction(effect);
1377
1378 // Populated once, never mutated after startup.
1379 const staticTools = new Map<string, StaticTools>();

Callers 7

integrationsRegisterFunction · 0.70
integrationsRemoveFunction · 0.70
produceConnectionToolsFunction · 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