Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
func
(p *parser) isEmpty() bool {
50
return
len(p.input) == 0
51
}
52
53
func
(p *parser) getChar() byte {
54
c := p.input[0]
Callers
10
ParseListOfLists
Function · 0.95
ParseParameterisedList
Function · 0.95
parseKey
Method · 0.95
parseListOfLists
Method · 0.95
parseParameterisedList
Method · 0.95
parseItem
Method · 0.95
parseNumber
Method · 0.95
parseString
Method · 0.95
parseToken
Method · 0.95
parseByteSequence
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected