MCPcopy Create free account
hub / github.com/continuedev/continue / getAvailableThreads

Method getAvailableThreads

extensions/vscode/src/VsCodeIde.ts:289–291  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

287 );
288 }
289 async getAvailableThreads(): Promise<Thread[]> {
290 return await this.ideUtils.getAvailableThreads();
291 }
292
293 async getWorkspaceDirs(): Promise<string[]> {
294 return this.ideUtils.getWorkspaceDirectories().map((uri) => uri.toString());

Callers

nothing calls this directly

Calls 1

getAvailableThreadsMethod · 0.65

Tested by

no test coverage detected