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

Function getDevtoolsLogPath

src/node/services/__tests__/devToolsService.test.ts:47–49  ·  view source on GitHub ↗
(sessionsDir: string, workspaceId: string)

Source from the content-addressed store, hash-verified

45}
46
47function getDevtoolsLogPath(sessionsDir: string, workspaceId: string): string {
48 return path.join(sessionsDir, workspaceId, "devtools.jsonl");
49}
50
51async function pathExists(filePath: string): Promise<boolean> {
52 try {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected