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

Class

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

Source from the content-addressed store, hash-verified

186};
187
188export class FumaClient extends Context.Service<FumaClient, IFumaClient>()("executor/FumaClient") {
189 static layer = (db: FumaDb) => Layer.succeed(this)(makeFumaClient(db));
190}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected