MCPcopy 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

dense4lFunction · 0.85
newFunction · 0.50
clearMethod · 0.45

Tested by

no test coverage detected