Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ fmt
Method
fmt
cranelift/entity/src/set.rs:31–33 ·
view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)
Source
from the content-addressed store, hash-verified
29
K: fmt::Debug + EntityRef,
30
{
31
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
32
f.debug_set().entries(self.iter()).finish()
33
}
34
}
35
36
impl<K: EntityRef> Default for EntitySet<K> {
Callers
nothing calls this directly
Calls
3
finish
Method · 0.45
entries
Method · 0.45
iter
Method · 0.45
Tested by
no test coverage detected