MCPcopy 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
411func (p *parser) parse() bool {
412 p.expr = p.parseExpr()
413 return p.expr != nil
414}

Callers 5

TestParseFunction · 0.80
evalMethod · 0.80
readFileMethod · 0.80
loopMethod · 0.80
readExprFunction · 0.80

Calls 1

parseExprMethod · 0.95

Tested by 1

TestParseFunction · 0.64