MCPcopy 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

decorateMethod · 0.45

Calls 3

fromFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected