Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gokcehan/lf
/ parse
Method
parse
parse.go:411–414 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
409
}
410
411
func
(p *parser) parse() bool {
412
p.expr = p.parseExpr()
413
return
p.expr != nil
414
}
Callers
5
TestParse
Function · 0.80
eval
Method · 0.80
readFile
Method · 0.80
loop
Method · 0.80
readExpr
Function · 0.80
Calls
1
parseExpr
Method · 0.95
Tested by
1
TestParse
Function · 0.64