MCPcopy Create free account
hub / github.com/cloudflare/computer /

Class

packages/rpc/src/server.ts:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89class SyncRPCServer extends RpcTarget implements SyncRPC {
90 constructor(
91 private readonly db: Database,
92 private readonly options: Required<Pick<ServerOptions, "ignore">> &

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected