MCPcopy Create free account
hub / github.com/buger/jsonparser / isContainerWhitespace

Function isContainerWhitespace

parser.go:2280–2282  ·  view source on GitHub ↗

SYS-REQ-112

(c byte)

Source from the content-addressed store, hash-verified

2278
2279// SYS-REQ-112
2280func isContainerWhitespace(c byte) bool {
2281 return c == ' ' || c == '\n' || c == '\r' || c == '\t'
2282}
2283
2284// SYS-REQ-112
2285func validContainerPrimitive(value []byte) bool {

Callers 2

scanContainerLenFunction · 0.85
validContainerPrimitiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected