Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WICG/webpackage
/ isDigit
Function
isDigit
go/signedexchange/structuredheader/parser.go:316–318 ·
view source on GitHub ↗
(c byte)
Source
from the content-addressed store, hash-verified
314
}
315
316
func
isDigit(c byte) bool {
317
return
c >=
'0'
&& c <=
'9'
318
}
319
320
func
isLCAlpha(c byte) bool {
321
return
c >=
'a'
&& c <=
'z'
Callers
4
parseItem
Method · 0.85
parseNumber
Method · 0.85
isKeyChar
Function · 0.85
isTokenChar
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected