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

Struct pointableImpl

pointer_test.go:221–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221type pointableImpl struct {
222 a string
223}
224
225func (p pointableImpl) JSONLookup(token string) (any, error) {
226 if token == "some" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected