MCPcopy 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
10func (l *State) pop() value {
11 l.top--
12 return l.stack[l.top]
13}
14
15type upValue struct {
16 home interface{}

Callers 2

toNumberMethod · 0.95
callTagMethodMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected