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

Method getFilesReadByRooSafely

src/core/task/Task.ts:1564–1571  ·  view source on GitHub ↗
(context: string)

Source from the content-addressed store, hash-verified

1562 }
1563
1564 private async getFilesReadByRooSafely(context: string): Promise<string[] | undefined> {
1565 try {
1566 return await this.fileContextTracker.getFilesReadByRoo()
1567 } catch (error) {
1568 console.error(`[Task#${context}] Failed to get files read by Roo:`, error)
1569 return undefined
1570 }
1571 }
1572
1573 public async condenseContext(): Promise<void> {
1574 // CRITICAL: Flush any pending tool results before condensing

Callers 2

condenseContextMethod · 0.95
attemptApiRequestMethod · 0.95

Calls 2

getFilesReadByRooMethod · 0.80
errorMethod · 0.65

Tested by

no test coverage detected