MCPcopy Create free account
hub / github.com/ccxt/ccxt / getCachePathForHelp

Function getCachePathForHelp

cli/ts/cache.ts:42–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42function getCachePathForHelp () {
43 loadMainConfigFile ();
44 return getCacheDirectory ();
45}
46
47function loadMainConfigFile () {
48 const cachePath = getCacheDirectory ();

Callers 1

cli.tsFile · 0.85

Calls 2

loadMainConfigFileFunction · 0.85
getCacheDirectoryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…