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

Function fresh_components

src/tcb/path.rs:170–172  ·  view source on GitHub ↗

we should be able to solve this by knowing that length = 0

()

Source from the content-addressed store, hash-verified

168#[ensures(!is_symlink(&result))]
169#[ensures(forall(|i: usize| (i < result.len()) ==> !is_symlink(result.prefix(i)) ))] // we should be able to solve this by knowing that length = 0
170pub fn fresh_components() -> OwnedComponents {
171 OwnedComponents::new()
172}
173
174#[cfg(feature = "verify")]
175predicate! {

Callers 1

expand_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected