MCPcopy Index your code
hub / github.com/larksuite/cli / cacheMetaPath

Function cacheMetaPath

internal/registry/remote.go:111–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109}
110
111func cacheMetaPath() string {
112 return filepath.Join(cacheDir(), "remote_meta.meta.json")
113}
114
115// cacheWritable checks if the cache directory is writable.
116// Returns false if the directory cannot be created or written to.

Callers 3

loadCacheMetaFunction · 0.85
saveCacheMetaFunction · 0.85
loadCachedMergedFunction · 0.85

Calls 1

cacheDirFunction · 0.85

Tested by

no test coverage detected