MCPcopy 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
316func isDigit(c byte) bool {
317 return c >= '0' && c <= '9'
318}
319
320func isLCAlpha(c byte) bool {
321 return c >= 'a' && c <= 'z'

Callers 4

parseItemMethod · 0.85
parseNumberMethod · 0.85
isKeyCharFunction · 0.85
isTokenCharFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected