MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / handleTerminalOperation

Method handleTerminalOperation

src/core/task/Task.ts:1556–1562  ·  view source on GitHub ↗
(terminalOperation: "continue" | "abort")

Source from the content-addressed store, hash-verified

1554 }
1555
1556 async handleTerminalOperation(terminalOperation: "continue" | "abort") {
1557 if (terminalOperation === "continue") {
1558 this.terminalProcess?.continue()
1559 } else if (terminalOperation === "abort") {
1560 this.terminalProcess?.abort()
1561 }
1562 }
1563
1564 private async getFilesReadByRooSafely(context: string): Promise<string[] | undefined> {
1565 try {

Callers 1

webviewMessageHandlerFunction · 0.80

Calls 2

continueMethod · 0.45
abortMethod · 0.45

Tested by

no test coverage detected