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

Function errDashOnGet

errors.go:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50func errDashOnGet() error {
51 return fmt.Errorf("cannot resolve %q token on get: %w: %w", dashToken, ErrDashToken, ErrPointer)
52}
53
54func errDashIntermediate() error {
55 return fmt.Errorf("the %q token may only appear as the terminal token of a pointer: %w: %w", dashToken, ErrDashToken, ErrPointer)

Callers 1

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…