MCPcopy
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
787func isWhitespace(c byte) bool {
788 switch c {
789 case ' ', '\t', '\n', '\r':
790 return true
791 }
792 return false
793}
794
795func isQuote(c byte) bool {
796 switch c {

Callers 1

skipWhitespaceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected