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

Function transaction

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

Source from the content-addressed store, hash-verified

1352 const core = makeCoreDb(fuma);
1353 const blobs = config.blobs ?? makeFumaBlobStore(fuma);
1354 const transaction = <A, E>(effect: Effect.Effect<A, E>) => fuma.transaction(effect);
1355
1356 // Populated once, never mutated after startup.
1357 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.80

Tested by

no test coverage detected