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

Function defaultCacheDir

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

Source from the content-addressed store, hash-verified

6}
7
8function defaultCacheDir(): string {
9 return formatPath(roConfig.env.path.homeDir + '/.cache/netmount', osInfo.platform === 'windows')
10}
11
12function rcloneConfigFile(): string {
13 return formatPath(netmountDataDir() + '/rclone.conf', osInfo.platform === 'windows')

Callers 1

initFunction · 0.90

Calls 1

formatPathFunction · 0.90

Tested by

no test coverage detected