MCPcopy
hub / github.com/coder/mux / getPartialPath

Method getPartialPath

src/node/services/historyService.ts:145–147  ·  view source on GitHub ↗
(workspaceId: string)

Source from the content-addressed store, hash-verified

143 }
144
145 private getPartialPath(workspaceId: string): string {
146 return path.join(this.config.getSessionDir(workspaceId), this.PARTIAL_FILE);
147 }
148
149 // ── Reverse-read infrastructure ─────────────────────────────────────────────
150 // Reads a history JSONL file from the tail to avoid O(total-history) parsing on

Callers 4

readPartialMethod · 0.95
writePartialMethod · 0.95
deletePartialMethod · 0.95

Calls 1

getSessionDirMethod · 0.65

Tested by

no test coverage detected