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

Method expression

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

Source from the content-addressed store, hash-verified

279}
280
281func (p *parser) expression() (e exprDesc) {
282 e, _ = p.subExpression(0)
283 return
284}
285
286func (p *parser) blockFollow(withUntil bool) bool {
287 switch p.t {

Callers 7

expressionListMethod · 0.95
fieldMethod · 0.95
primaryExpressionMethod · 0.95
indexMethod · 0.95
forNumericMethod · 0.95
testThenBlockMethod · 0.95
conditionMethod · 0.95

Calls 1

subExpressionMethod · 0.95

Tested by

no test coverage detected