MCPcopy Create free account
hub / github.com/evilsocket/cake / cache_base_dir

Function cache_base_dir

cake-cli/src/main.rs:734–738  ·  view source on GitHub ↗

Return the base cache directory for zero-config model data.

()

Source from the content-addressed store, hash-verified

732
733/// Return the base cache directory for zero-config model data.
734fn cache_base_dir() -> PathBuf {
735 dirs::cache_dir()
736 .unwrap_or_else(std::env::temp_dir)
737 .join("cake")
738}

Callers 1

run_as_workerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected