MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / MarshalJSON

Method MarshalJSON

module/release/dto/status.go:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func (s Status) MarshalJSON() ([]byte, error) {
28 return json.Marshal(s.String())
29}

Callers 3

TestSchemaBuildFunction · 0.45
updateAPIDocMethod · 0.45
deleteAPIDocMethod · 0.45

Calls 2

StringMethod · 0.95
MarshalMethod · 0.80

Tested by 1

TestSchemaBuildFunction · 0.36