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

Function isContainerWhitespace

parser.go:2412–2414  ·  view source on GitHub ↗

SYS-REQ-112

(c byte)

Source from the content-addressed store, hash-verified

2410
2411// SYS-REQ-112
2412func isContainerWhitespace(c byte) bool {
2413 return c == ' ' || c == '\n' || c == '\r' || c == '\t'
2414}
2415
2416// SYS-REQ-112
2417func validContainerPrimitive(value []byte) bool {

Callers 2

scanContainerLenFunction · 0.85
validContainerPrimitiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected