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

Function UpvalueIndex

function.go:82–84  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

80}
81
82func UpvalueIndex(i int) int {
83 return GlobalsIndex - i
84}
85
86/* }}} */
87

Callers 13

baseIpairsFunction · 0.85
basePairsFunction · 0.85
fileDefOutFunction · 0.85
fileDefInFunction · 0.85
fileLinesIterFunction · 0.85
fileLinesFunction · 0.85
ioInputFunction · 0.85
ioLinesIterFunction · 0.85
ioLinesFunction · 0.85
ioOutputFunction · 0.85
strGmatchFunction · 0.85
wrapauxFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestGetAndReplaceFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…