MCPcopy Create free account
hub / github.com/Recordscript/recordscript / store_path

Function store_path

libs/hbb_common/src/config.rs:489–491  ·  view source on GitHub ↗
(path: PathBuf, cfg: T)

Source from the content-addressed store, hash-verified

487
488#[inline]
489pub fn store_path<T: serde::Serialize>(path: PathBuf, cfg: T) -> crate::ResultType<()> {
490 Ok(confy::store_path(path, cfg)?)
491}
492
493impl Config {
494 fn load_<T: serde::Serialize + serde::de::DeserializeOwned + Default + std::fmt::Debug>(

Callers 2

store_Method · 0.85
storeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected