MCPcopy Create free account
hub / github.com/anus-dev/ANUS /

Class

packages/core/src/code_assist/server.ts:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44export const CODE_ASSIST_API_VERSION = 'v1internal';
45
46export class CodeAssistServer implements ContentGenerator {
47 constructor(
48 readonly client: OAuth2Client,
49 readonly projectId?: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected