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

Function isContainerWhitespace

parser.go:2372–2374  ·  view source on GitHub ↗

SYS-REQ-112

(c byte)

Source from the content-addressed store, hash-verified

2370
2371// SYS-REQ-112
2372func isContainerWhitespace(c byte) bool {
2373 return c == ' ' || c == '\n' || c == '\r' || c == '\t'
2374}
2375
2376// SYS-REQ-112
2377func validContainerPrimitive(value []byte) bool {

Callers 2

scanContainerLenFunction · 0.85
validContainerPrimitiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected