MCPcopy Create free account
hub / github.com/clawbot7/cli-gateway / constructor

Method constructor

test/bindingRuntime.policy.test.ts:33–35  ·  view source on GitHub ↗
(params: { workspaceFile: string })

Source from the content-addressed store, hash-verified

31 private workspaceFile: string;
32
33 constructor(params: { workspaceFile: string }) {
34 this.workspaceFile = params.workspaceFile;
35 }
36
37 write(message: JsonRpcMessage): void {
38 this.written.push(message);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected