Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/golang/protobuf
/ isWhitespace
Function
isWhitespace
proto/text_decode.go:787–793 ·
view source on GitHub ↗
(c byte)
Source
from the content-addressed store, hash-verified
785
}
786
787
func
isWhitespace(c byte) bool {
788
switch
c {
789
case
' '
,
'\t'
,
'\n'
,
'\r'
:
790
return
true
791
}
792
return
false
793
}
794
795
func
isQuote(c byte) bool {
796
switch
c {
Callers
1
skipWhitespace
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected