Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
function
getCachePathForHelp () {
43
loadMainConfigFile ();
44
return
getCacheDirectory ();
45
}
46
47
function
loadMainConfigFile () {
48
const
cachePath = getCacheDirectory ();
Callers
1
cli.ts
File · 0.85
Calls
2
loadMainConfigFile
Function · 0.85
getCacheDirectory
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…