MCPcopy Create free account
hub / github.com/PLSysSec/wave / get_components

Function get_components

src/tcb/path.rs:81–83  ·  view source on GitHub ↗
(path: &PathBuf)

Source from the content-addressed store, hash-verified

79
80#[trusted]
81pub fn get_components(path: &PathBuf) -> Vec<Component> {
82 path.components().collect()
83}
84
85#[requires(idx < 4)]
86#[pure]

Callers 2

check_get_componentsFunction · 0.85
expand_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected