MCPcopy 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
1552func (ls *LState) Push(value LValue) {
1553 ls.reg.Push(value)
1554}
1555
1556func (ls *LState) Pop(n int) {
1557 for i := 0; i < n; i++ {

Callers 10

DoFileMethod · 0.95
DoStringMethod · 0.95
ToStringMetaMethod · 0.95
ErrorMethod · 0.95
ObjLenMethod · 0.95
PCallMethod · 0.95
GPCallMethod · 0.95
CallByParamMethod · 0.95
YieldMethod · 0.95
OpenLibsMethod · 0.95

Calls 1

PushMethod · 0.65

Tested by

no test coverage detected