Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
81
pub fn get_components(path: &PathBuf) -> Vec<Component> {
82
path.components().collect()
83
}
84
85
#[requires(idx < 4)]
86
#[pure]
Callers
2
check_get_components
Function · 0.85
expand_path
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected