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

Method singleVariable

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

Source from the content-addressed store, hash-verified

44
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++

Callers 2

primaryExpressionMethod · 0.95
functionNameMethod · 0.95

Calls 2

checkNameMethod · 0.95
SingleVariableMethod · 0.80

Tested by

no test coverage detected