Option to tune the behavior of a JSON [Pointer].
func(*options)
| 11 | |
| 12 | // Option to tune the behavior of a JSON [Pointer]. |
| 13 | type Option func(*options) |
| 14 | |
| 15 | var ( |
| 16 | //nolint:gochecknoglobals // package level defaults are provided as a convenient, backward-compatible way to adopt options. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…