MCPcopy Index your code
hub / github.com/Shopify/go-lua / andHelper

Function andHelper

bit32.go:48–51  ·  view source on GitHub ↗
(l *State)

Source from the content-addressed store, hash-verified

46}
47
48func andHelper(l *State) uint {
49 x := bitOp(l, ^uint(0), func(a, b uint) uint { return a & b })
50 return x
51}
52
53func fieldArguments(l *State, fieldIndex int) (uint, uint) {
54 f, w := CheckInteger(l, fieldIndex), OptInteger(l, fieldIndex+1, 1)

Callers 1

bit32.goFile · 0.85

Calls 1

bitOpFunction · 0.85

Tested by

no test coverage detected