Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WICG/webpackage
/ getChar
Method
getChar
go/signedexchange/structuredheader/parser.go:53–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
func
(p *parser) getChar() byte {
54
c := p.input[0]
55
p.input = p.input[1:]
56
return
c
57
}
58
59
func
(p *parser) getString(n int) string {
60
s := p.input[:n]
Callers
1
parseString
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected