Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Shopify/go-lua
/ apiIncrementTop
Method
apiIncrementTop
lua.go:290–295 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
288
}
289
290
func
(l *State) apiIncrementTop() {
291
l.top++
292
if
apiCheck && l.top > l.callInfo.top {
293
panic(
"stack overflow"
)
294
}
295
}
296
297
func
(l *State) apiPush(v value) {
298
l.push(v)
Callers
1
Next
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected