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

Method or

cranelift/interpreter/src/value.rs:767–769  ·  view source on GitHub ↗
(self, other: Self)

Source from the content-addressed store, hash-verified

765 }
766
767 fn or(self, other: Self) -> ValueResult<Self> {
768 bitop!(|(self, other))
769 }
770
771 fn xor(self, other: Self) -> ValueResult<Self> {
772 bitop!(^(self, other))

Callers 5

stepFunction · 0.45
insert_load_storeFunction · 0.45
handle_moduleFunction · 0.45
insertMethod · 0.45
verify_treeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected