Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chain/txvm
/ isSpace
Function
isSpace
encoding/json/value.go:46–48 ·
view source on GitHub ↗
taken from std encoding/json
(c byte)
Source
from the content-addressed store, hash-verified
44
45
// taken from std encoding/json
46
func
isSpace(c byte) bool {
47
return
c ==
' '
|| c ==
'\t'
|| c ==
'\r'
|| c ==
'\n'
48
}
Callers
1
ValueType
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected