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

Class

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

Source from the content-addressed store, hash-verified

342};
343
344export class FumaClient extends Context.Service<FumaClient, IFumaClient>()("executor/FumaClient") {
345 static layer = (db: FumaDb) => Layer.succeed(this)(makeFumaClient(db));
346}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected