Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ four_level_clear
Function
four_level_clear
cranelift/bforest/src/set.rs:607–611 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
605
606
#[test]
607
fn four_level_clear() {
608
let mut f = SetForest::<i32>::new();
609
let mut s = dense4l(&mut f);
610
s.clear(&mut f);
611
}
612
}
Callers
nothing calls this directly
Calls
3
dense4l
Function · 0.85
new
Function · 0.50
clear
Method · 0.45
Tested by
no test coverage detected