MCPcopy Create free account
hub / github.com/WICG/webpackage / isEmpty

Method isEmpty

go/signedexchange/structuredheader/parser.go:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49func (p *parser) isEmpty() bool {
50 return len(p.input) == 0
51}
52
53func (p *parser) getChar() byte {
54 c := p.input[0]

Callers 10

ParseListOfListsFunction · 0.95
ParseParameterisedListFunction · 0.95
parseKeyMethod · 0.95
parseListOfListsMethod · 0.95
parseItemMethod · 0.95
parseNumberMethod · 0.95
parseStringMethod · 0.95
parseTokenMethod · 0.95
parseByteSequenceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected