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

Function isContainerWhitespace

parser.go:2353–2355  ·  view source on GitHub ↗

SYS-REQ-112

(c byte)

Source from the content-addressed store, hash-verified

2351
2352// SYS-REQ-112
2353func isContainerWhitespace(c byte) bool {
2354 return c == ' ' || c == '\n' || c == '\r' || c == '\t'
2355}
2356
2357// SYS-REQ-112
2358func validContainerPrimitive(value []byte) bool {

Callers 2

scanContainerLenFunction · 0.85
validContainerPrimitiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected