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

Method constructor

test/acpTerminal.test.ts:33–33  ·  view source on GitHub ↗
(private readonly workspaceRoot: string)

Source from the content-addressed store, hash-verified

31 private terminalId: string | null = null;
32
33 constructor(private readonly workspaceRoot: string) {}
34
35 write(message: JsonRpcMessage): void {
36 this.written.push(message);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected