MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / with_notrap

Method with_notrap

cranelift/codegen/src/ir/memflags.rs:290–292  ·  view source on GitHub ↗

Sets the trap code for this `MemFlagsData` to `None`, returning the new flags.

(self)

Source from the content-addressed store, hash-verified

288 /// Sets the trap code for this `MemFlagsData` to `None`, returning the new
289 /// flags.
290 pub const fn with_notrap(self) -> Self {
291 self.with_trap_code(None)
292 }
293
294 /// Is this memory operation safe to move so long as its data dependencies
295 /// remain satisfied?

Callers 4

trustedMethod · 0.45
set_notrapMethod · 0.45
store_values_to_arrayMethod · 0.45

Calls 1

with_trap_codeMethod · 0.45

Tested by

no test coverage detected