MCPcopy
hub / github.com/openai/openai-go / MarshalJSON

Method MarshalJSON

packages/param/encoder_test.go:405–408  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

403}
404
405func (a NonCompactedDoubleParent) MarshalJSON() ([]byte, error) {
406 type shadow NonCompactedDoubleParent
407 return param.MarshalObject(a, (*shadow)(&a))
408}
409
410func (a NonCompactedParent) MarshalJSON() ([]byte, error) {
411 type shadow NonCompactedParent

Callers

nothing calls this directly

Calls 1

MarshalObjectFunction · 0.92

Tested by

no test coverage detected