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

Class

packages/core/sdk/src/fuma-runtime.ts:224–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222};
223
224export class FumaClient extends Context.Service<FumaClient, IFumaClient>()("executor/FumaClient") {
225 static layer = (db: FumaDb) => Layer.succeed(this)(makeFumaClient(db));
226}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected