The machine-level state dir that must survive an artifacts-only removal.
(p: RemoveBinaryProbes)
| 106 | |
| 107 | /** The machine-level state dir that must survive an artifacts-only removal. */ |
| 108 | function stateDir(p: RemoveBinaryProbes): string { |
| 109 | return pathFor(p.platform).join(p.homedir, '.codegraph'); |
| 110 | } |
| 111 | |
| 112 | /** Candidate bundle install dirs: the running binary's own, plus the defaults. */ |
| 113 | function installDirCandidates(p: RemoveBinaryProbes): string[] { |
no test coverage detected