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

Function errDashIntermediate

errors.go:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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)
56}
57
58func errDashOnOffset() error {
59 return fmt.Errorf("cannot compute offset for %q token (nonexistent element): %w: %w", dashToken, ErrDashToken, ErrPointer)

Callers 2

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