MCPcopy Index your code
hub / github.com/coder/mux / getSessionFilePath

Method getSessionFilePath

src/node/services/devToolsService.ts:376–378  ·  view source on GitHub ↗
(workspaceId: string)

Source from the content-addressed store, hash-verified

374 }
375
376 private getSessionFilePath(workspaceId: string): string {
377 return path.join(this.config.getSessionDir(workspaceId), "devtools.jsonl");
378 }
379
380 private getOrCreateWorkspaceData(workspaceId: string): WorkspaceData {
381 let data = this.workspaces.get(workspaceId);

Callers 3

clearMethod · 0.95
loadFromDiskMethod · 0.95
appendToFileMethod · 0.95

Calls 1

getSessionDirMethod · 0.65

Tested by

no test coverage detected