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

Method MarshalJSON

shared/constant/constants.go:1015–1015  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1013func (c ApplicationZip) MarshalJSON() ([]byte, error) { return marshalString(c) }
1014func (c ApplyPatch) MarshalJSON() ([]byte, error) { return marshalString(c) }
1015func (c ApplyPatchCall) MarshalJSON() ([]byte, error) { return marshalString(c) }
1016func (c ApplyPatchCallOutput) MarshalJSON() ([]byte, error) { return marshalString(c) }
1017func (c Approximate) MarshalJSON() ([]byte, error) { return marshalString(c) }
1018func (c Assistant) MarshalJSON() ([]byte, error) { return marshalString(c) }

Callers

nothing calls this directly

Calls 1

marshalStringFunction · 0.85

Tested by

no test coverage detected