MCPcopy Create free account
hub / github.com/VirtualHotBar/NetMount / sidecarLogFile

Function sidecarLogFile

src/utils/netmountPaths.ts:32–35  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

30}
31
32function sidecarLogFile(name: string): string {
33 const safe = (name || 'sidecar').replace(/[^\w.-]+/g, '_')
34 return formatPath(netmountLogDir() + `/sidecar-${safe}.log`, osInfo.platform === 'windows')
35}
36
37export {
38 defaultCacheDir,

Callers 1

startSidecarAndWaitFunction · 0.90

Calls 2

formatPathFunction · 0.90
netmountLogDirFunction · 0.85

Tested by

no test coverage detected