Skip to main content

get_default_config_path

Function get_default_config_path 

Source
pub fn get_default_config_path(bamboo_dir: &Path) -> PathBuf
Expand description

Get the default configuration file path.

Returns {bamboo_data_dir}/model_limits.json, given the Bamboo data dir.

The caller supplies the base directory so this crate stays free of any infrastructure/filesystem-config dependency.