Skip to main content

default_cache_path

Function default_cache_path 

Source
pub fn default_cache_path(source: &Path) -> PathBuf
Expand description

Returns the default cache file path (no env-var lookup).

Use this when you need a path that is independent of process env, e.g. in tests that mustn’t be perturbed by a developer’s BEANCOUNT_LOAD_CACHE_FILENAME.