MCPcopy Create free account
hub / github.com/chain/txvm / opBitOr

Function opBitOr

protocol/txvm/bitwise.go:23–23  ·  view source on GitHub ↗
(vm *VM)

Source from the content-addressed store, hash-verified

21
22func opBitAnd(vm *VM) { bitOp(vm, and) }
23func opBitOr(vm *VM) { bitOp(vm, or) }
24func opBitXor(vm *VM) { bitOp(vm, xor) }
25
26func bitOp(vm *VM, f func(a, b byte) byte) {

Callers

nothing calls this directly

Calls 1

bitOpFunction · 0.85

Tested by

no test coverage detected