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

Method Error

errors.go:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8type pointerError string
9
10func (e pointerError) Error() string {
11 return string(e)
12}
13
14const (
15 // ErrPointer is a sentinel error raised by all errors from this package.

Callers 14

TestGetSingleFunction · 0.80
TestPointableInterfaceFunction · 0.80
TestStructFunction · 0.80
TestOtherThingsFunction · 0.80
TestSetNodeFunction · 0.80
TestOffsetFunction · 0.80
TestEdgeCasesFunction · 0.80
TestInternalEdgeCasesFunction · 0.80

Calls

no outgoing calls

Tested by 14

TestGetSingleFunction · 0.64
TestPointableInterfaceFunction · 0.64
TestStructFunction · 0.64
TestOtherThingsFunction · 0.64
TestSetNodeFunction · 0.64
TestOffsetFunction · 0.64
TestEdgeCasesFunction · 0.64
TestInternalEdgeCasesFunction · 0.64