MCPcopy Create free account
hub / github.com/blues/note / nonSpace

Function nonSpace

jsonxt/stream.go:169–176  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

167}
168
169func nonSpace(b []byte) bool {
170 for _, c := range b {
171 if !isSpace(c) {
172 return true
173 }
174 }
175 return false
176}
177
178// An Encoder writes JSON values to an output stream.
179type Encoder struct {

Callers 1

readValueMethod · 0.85

Calls 1

isSpaceFunction · 0.85

Tested by

no test coverage detected