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

Method constructor

test/bindingRuntime.misc.test.ts:111–114  ·  view source on GitHub ↗
(params: { updates: any[]; loadSession: boolean })

Source from the content-addressed store, hash-verified

109 private sessionId = 'sess-branch';
110
111 constructor(params: { updates: any[]; loadSession: boolean }) {
112 this.updates = params.updates;
113 this.loadSession = params.loadSession;
114 }
115
116 write(message: JsonRpcMessage): void {
117 this.written.push(message);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected