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

Function rcloneConfigFile

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

Source from the content-addressed store, hash-verified

10}
11
12function rcloneConfigFile(): string {
13 return formatPath(netmountDataDir() + '/rclone.conf', osInfo.platform === 'windows')
14}
15
16function netmountLogDir(): string {
17 return formatPath(netmountDataDir() + '/log/', osInfo.platform === 'windows')

Callers 1

startRcloneFunction · 0.90

Calls 2

formatPathFunction · 0.90
netmountDataDirFunction · 0.85

Tested by

no test coverage detected