MCPcopy Index your code
hub / github.com/dunglas/httpsfv / eof

Method eof

decode.go:61–63  ·  view source on GitHub ↗

eof returns true if the parser consumed all available characters.

()

Source from the content-addressed store, hash-verified

59
60// eof returns true if the parser consumed all available characters.
61func (s *scanner) eof() bool {
62 return s.off == len(s.data)
63}

Callers 15

UnmarshalItemFunction · 0.95
scanWhileSpMethod · 0.95
scanWhileOWSMethod · 0.95
parseDateFunction · 0.80
parseBooleanFunction · 0.80
parseDictionaryFunction · 0.80
parseStringFunction · 0.80
parseNumberFunction · 0.80
parseParamsFunction · 0.80
parseBareItemFunction · 0.80
parseKeyFunction · 0.80
parseDisplayStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected