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

Method getTerminalContents

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

Source from the content-addressed store, hash-verified

270 }
271
272 async getTerminalContents(): Promise<string> {
273 return await this.ideUtils.getTerminalContents(1);
274 }
275
276 async getDebugLocals(threadIndex: number): Promise<string> {
277 return await this.ideUtils.getDebugLocals(threadIndex);

Callers

nothing calls this directly

Calls 1

getTerminalContentsMethod · 0.65

Tested by

no test coverage detected