MCPcopy Create free account
hub / github.com/PerroEngine/Perro / get_project_root

Function get_project_root

perro_source/io_stack/perro_io/src/asset_io.rs:79–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77
78thread_local! {
79 static DLC_SELF_CONTEXT: RefCell<Option<String>> = const { RefCell::new(None) };
80}
81
82#[derive(Debug)]
83pub struct DlcSelfContextGuard {
84 previous: Option<String>,
85}
86
87#[derive(Clone, Debug)]
88pub enum DlcMountSource {

Callers 2

save_csv_sourceMethod · 0.85
mic_save_wavMethod · 0.85

Calls 3

cloneMethod · 0.80
expectMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected