MCPcopy Create free account
hub / github.com/Exafunction/codeium-chrome / GetCompletionsRequestMessage

Interface GetCompletionsRequestMessage

src/common.ts:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123interface GetCompletionsRequestMessage {
124 kind: 'getCompletions';
125 requestId: number;
126 request: string;
127}
128
129interface AcceptCompletionRequestMessage {
130 kind: 'acceptCompletion';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected