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

Struct dashSetter

dash_token_test.go:198–201  ·  view source on GitHub ↗

dashSetter captures whatever token JSONSet receives, including "-".

Source from the content-addressed store, hash-verified

196
197// dashSetter captures whatever token JSONSet receives, including "-".
198type dashSetter struct {
199 key string
200 value any
201}
202
203func (d *dashSetter) JSONSet(key string, value any) error {
204 d.key = key

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected