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

Function openlistLogFile

src/utils/netmountPaths.ts:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24function openlistLogFile(): string {
25 return formatPath(openlistDataDir() + '/log/log.log', osInfo.platform === 'windows')
26}
27
28function openlistDataDir(): string {
29 return formatPath(netmountDataDir() + '/openlist/', osInfo.platform === 'windows')

Callers 3

Setting_pageFunction · 0.90
getSidecarDiagnosticsFunction · 0.90
startOpenlistFunction · 0.90

Calls 2

formatPathFunction · 0.90
openlistDataDirFunction · 0.85

Tested by

no test coverage detected