MCPcopy Index your code
hub / github.com/Shopify/go-lua / upValueCount

Method upValueCount

stack.go:57–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func (c *luaClosure) upValueCount() int { return len(c.upValues) }
58func (c *goClosure) upValue(i int) value { return c.upValues[i] }
59func (c *goClosure) setUpValue(i int, v value) { c.upValues[i] = v }
60func (c *goClosure) upValueCount() int { return len(c.upValues) }

Callers 1

protectedParserFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected