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

Function errNoKey

errors.go:38–40  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

36const dashToken = "-"
37
38func errNoKey(key string) error {
39 return fmt.Errorf("object has no key %q: %w", key, ErrPointer)
40}
41
42func errOutOfBounds(length, idx int) error {
43 return fmt.Errorf("index out of bounds array[0,%d] index '%d': %w", length-1, idx, ErrPointer)

Callers 2

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