Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ traps
Method
traps
src/commands/objdump.rs:91–93 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
89
}
90
91
fn traps(&self) -> bool {
92
optional_flag_with_default(self.traps, true)
93
}
94
95
fn stack_maps(&self) -> bool {
96
optional_flag_with_default(self.stack_maps, true)
Callers
1
decorate
Method · 0.45
Calls
3
from
Function · 0.85
optional_flag_with_default
Function · 0.70
push
Method · 0.45
Tested by
no test coverage detected