MCPcopy Index your code
hub / github.com/yuin/gopher-lua / opIsK

Function opIsK

opcode.go:249–251  ·  view source on GitHub ↗
(value int)

Source from the content-addressed store, hash-verified

247const opMaxIndexRk = opBitRk - 1
248
249func opIsK(value int) bool {
250 return bool((value & opBitRk) != 0)
251}
252
253func opIndexK(value int) int {
254 return value & ^opBitRk

Callers 1

compileAssignStmtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…