MCPcopy Index your code
hub / github.com/go-openapi/jsonpointer / isJSONWhitespace

Function isJSONWhitespace

pointer.go:211–213  ·  view source on GitHub ↗
(c byte)

Source from the content-addressed store, hash-verified

209}
210
211func isJSONWhitespace(c byte) bool {
212 return c == ' ' || c == '\t' || c == '\n' || c == '\r'
213}
214
215// "Constructor", parses the given string JSON pointer.
216func (p *Pointer) parse(jsonPointerString string) error {

Callers 1

skipJSONSeparatorFunction · 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…