Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/go-openapi/jsonpointer
/ errDashOnOffset
Function
errDashOnOffset
errors.go:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
func
errDashOnOffset() error {
59
return
fmt.Errorf(
"cannot compute offset for %q token (nonexistent element): %w: %w"
, dashToken, ErrDashToken, ErrPointer)
60
}
Callers
1
offsetSingleArray
Function · 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…