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

Method leaveLevel

parser.go:47–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45func (p *parser) checkNameAsExpression() exprDesc { return p.function.EncodeString(p.checkName()) }
46func (p *parser) singleVariable() exprDesc { return p.function.SingleVariable(p.checkName()) }
47func (p *parser) leaveLevel() { p.l.nestedGoCallCount-- }
48func (p *parser) enterLevel() {
49 p.l.nestedGoCallCount++
50 p.checkLimit(p.l.nestedGoCallCount, maxCallCount, "Go levels")

Callers 2

subExpressionMethod · 0.95
statementMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected