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

Method constructor

core/indexing/docs/DocsService.ts:186–193  ·  view source on GitHub ↗
(
    configHandler: ConfigHandler,
    private readonly ide: IDE,
    private readonly messenger?: IMessenger<ToCoreProtocol, FromCoreProtocol>,
  )

Source from the content-addressed store, hash-verified

184 private githubToken?: string;
185
186 constructor(
187 configHandler: ConfigHandler,
188 private readonly ide: IDE,
189 private readonly messenger?: IMessenger<ToCoreProtocol, FromCoreProtocol>,
190 ) {
191 this.ideInfoPromise = this.ide.getIdeInfo();
192 this.isInitialized = this.init(configHandler);
193 }
194
195 setGithubToken(token: string) {
196 this.githubToken = token;

Callers

nothing calls this directly

Calls 2

initMethod · 0.95
getIdeInfoMethod · 0.65

Tested by

no test coverage detected