MCPcopy Create free account
hub / github.com/imroc/req / isTokenBoundary

Function isTokenBoundary

http.go:117–119  ·  view source on GitHub ↗
(b byte)

Source from the content-addressed store, hash-verified

115}
116
117func isTokenBoundary(b byte) bool {
118 return b == ' ' || b == ',' || b == '\t'
119}
120
121func badStringError(what, val string) error { return fmt.Errorf("%s %q", what, val) }
122

Callers 1

hasTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…