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

Function errInvalidReference

errors.go:46–48  ·  view source on GitHub ↗
(token string)

Source from the content-addressed store, hash-verified

44}
45
46func errInvalidReference(token string) error {
47 return fmt.Errorf("invalid token reference %q: %w", token, ErrPointer)
48}
49
50func errDashOnGet() error {
51 return fmt.Errorf("cannot resolve %q token on get: %w: %w", dashToken, ErrDashToken, ErrPointer)

Callers 4

rebindChildFunction · 0.85
resolveNodeForTokenMethod · 0.85
getSingleImplFunction · 0.85
setSingleImplFunction · 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…