Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
281
func
(p *parser) expression() (e exprDesc) {
282
e, _ = p.subExpression(0)
283
return
284
}
285
286
func
(p *parser) blockFollow(withUntil bool) bool {
287
switch
p.t {
Callers
7
expressionList
Method · 0.95
field
Method · 0.95
primaryExpression
Method · 0.95
index
Method · 0.95
forNumeric
Method · 0.95
testThenBlock
Method · 0.95
condition
Method · 0.95
Calls
1
subExpression
Method · 0.95
Tested by
no test coverage detected