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

Class FumaClient

packages/core/sdk/src/fuma-runtime.ts:224–226  ·  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 1

makeFumaClientFunction · 0.85

Tested by

no test coverage detected