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

Struct settableColl

pointer_test.go:652–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650}
651
652type settableColl struct {
653 Items []settableCollItem
654}
655
656func (s settableColl) MarshalJSON() ([]byte, error) {
657 return json.Marshal(s.Items)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected