Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chain/txvm
/ opBitXor
Function
opBitXor
protocol/txvm/bitwise.go:24–24 ·
view source on GitHub ↗
(vm *VM)
Source
from the content-addressed store, hash-verified
22
func
opBitAnd(vm *VM) { bitOp(vm, and) }
23
func
opBitOr(vm *VM) { bitOp(vm, or) }
24
func
opBitXor(vm *VM) { bitOp(vm, xor) }
25
26
func
bitOp(vm *VM, f
func
(a, b byte) byte) {
27
b := vm.popBytes()
Callers
nothing calls this directly
Calls
1
bitOp
Function · 0.85
Tested by
no test coverage detected