MCPcopy Create free account
hub / github.com/brimdata/super / noEOF

Function noEOF

sup/parser-values.go:33–38  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

31}
32
33func noEOF(err error) error {
34 if err == io.EOF {
35 err = nil
36 }
37 return err
38}
39
40func (p *Parser) matchValue() (ast.Value, error) {
41 if val, err := p.matchRecord(); val != nil || err != nil {

Callers 15

ParseTypeFunction · 0.70
matchTypeUnionMethod · 0.70
peek3Method · 0.70
scanTypeNameMethod · 0.70
matchValueMethod · 0.70
matchDecoratorMethod · 0.70
matchPrimitiveMethod · 0.70
matchStringPrimitiveMethod · 0.70
matchStringMethod · 0.70
matchNoneMethod · 0.70
matchRecordMethod · 0.70
matchSymbolMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected