Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Shopify/go-lua
/ pop
Method
pop
stack.go:10–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
}
9
10
func
(l *State) pop() value {
11
l.top--
12
return
l.stack[l.top]
13
}
14
15
type
upValue
struct
{
16
home
interface
{}
Callers
2
toNumber
Method · 0.95
callTagMethod
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected