MCPcopy
hub / github.com/tobi/qmd / pidPath

Function pidPath

test/cli.test.ts:2056–2058  ·  view source on GitHub ↗

Get path to PID file inside the test cache dir

()

Source from the content-addressed store, hash-verified

2054
2055 /** Get path to PID file inside the test cache dir */
2056 function pidPath(): string {
2057 return join(daemonCacheDir, "qmd", "mcp.pid");
2058 }
2059
2060 /** Run qmd with test-isolated env (cache, db, config) */
2061 async function runDaemonQmd(

Callers 1

cli.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected