MCPcopy Index your code
hub / github.com/continuedev/continue / respond

Method respond

binary/test/binary.test.ts:120–123  ·  view source on GitHub ↗
(messageType: string, data: any, messageId: string)

Source from the content-addressed store, hash-verified

118 }
119
120 private respond(messageType: string, data: any, messageId: string) {
121 const response = JSON.stringify({ messageType, data, messageId });
122 this.subprocess.stdin.write(response + "\r\n");
123 }
124}
125
126jest.setTimeout(30_000);

Callers 1

handleLineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected