Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/yuin/gopher-lua
/ Top
Method
Top
state.go:433–435 ·
view source on GitHub ↗
+inline-end
()
Source
from the content-addressed store, hash-verified
431
}
// +inline-end
432
433
func
(rg *registry) Top() int {
434
return
rg.top
435
}
436
437
func
(rg *registry) Push(v LValue) {
438
newSize := rg.top + 1
Callers
15
Insert
Method · 0.95
switchToParentThread
Function · 0.45
callGFunction
Function · 0.45
init
Function · 0.45
tableConcat
Function · 0.45
switchToParentThread
Function · 0.45
init
Function · 0.45
printReg
Method · 0.45
raiseError
Method · 0.45
findLocal
Method · 0.45
indexToReg
Method · 0.45
callR
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected