MCPcopy Create free account
hub / github.com/coder/mux / getPendingTrackedFilePaths

Method getPendingTrackedFilePaths

src/node/services/agentSession.ts:5994–5996  ·  view source on GitHub ↗

* Peek at cached file paths from pending compaction. * Returns paths that will be reinjected, or null if no pending compaction.

()

Source from the content-addressed store, hash-verified

5992 * Returns paths that will be reinjected, or null if no pending compaction.
5993 */
5994 getPendingTrackedFilePaths(): string[] | null {
5995 return this.compactionHandler.peekCachedFilePaths();
5996 }
5997
5998 private assertNotDisposed(operation: string): void {
5999 assert(!this.disposed, `AgentSession.${operation} called after dispose`);

Callers 1

Calls 1

peekCachedFilePathsMethod · 0.80

Tested by

no test coverage detected