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

Method getTaskStackSize

src/core/webview/ClineProvider.ts:562–564  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

560 }
561
562 getTaskStackSize(): number {
563 return this.clineStack.length
564 }
565
566 public getCurrentTaskStack(): string[] {
567 return this.clineStack.map((cline) => cline.taskId)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected