Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/yuin/gopher-lua
/ Push
Method
Push
state.go:1552–1554 ·
view source on GitHub ↗
(value LValue)
Source
from the content-addressed store, hash-verified
1550
}
1551
1552
func
(ls *LState) Push(value LValue) {
1553
ls.reg.Push(value)
1554
}
1555
1556
func
(ls *LState) Pop(n int) {
1557
for
i := 0; i < n; i++ {
Callers
10
DoFile
Method · 0.95
DoString
Method · 0.95
ToStringMeta
Method · 0.95
Error
Method · 0.95
ObjLen
Method · 0.95
PCall
Method · 0.95
GPCall
Method · 0.95
CallByParam
Method · 0.95
Yield
Method · 0.95
OpenLibs
Method · 0.95
Calls
1
Push
Method · 0.65
Tested by
no test coverage detected