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

FuncType Option

options.go:13–13  ·  view source on GitHub ↗

Option to tune the behavior of a JSON [Pointer].

func(*options)

Source from the content-addressed store, hash-verified

11
12// Option to tune the behavior of a JSON [Pointer].
13type Option func(*options)
14
15var (
16 //nolint:gochecknoglobals // package level defaults are provided as a convenient, backward-compatible way to adopt options.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…