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

Function not

code.go:275–280  ·  view source on GitHub ↗
(b int)

Source from the content-addressed store, hash-verified

273}
274
275func not(b int) int {
276 if b == 0 {
277 return 1
278 }
279 return 0
280}
281
282func makeExpression(kind, info int) exprDesc {
283 return exprDesc{f: noJump, t: noJump, kind: kind, info: info}

Callers 2

invertJumpMethod · 0.85
jumpOnConditionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected