Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ clear
Method
clear
cranelift/entity/src/set.rs:102–104 ·
view source on GitHub ↗
Remove all entries from this set.
(&mut self)
Source
from the content-addressed store, hash-verified
100
101
/// Remove all entries from this set.
102
pub fn clear(&mut self) {
103
self.bitset.clear()
104
}
105
106
/// Iterate over all the keys up to the maximum in this set.
107
///
Callers
1
basic
Function · 0.45
Calls
no outgoing calls
Tested by
1
basic
Function · 0.36