Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
func
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.
179
type
Encoder
struct
{
Callers
1
readValue
Method · 0.85
Calls
1
isSpace
Function · 0.85
Tested by
no test coverage detected