Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
func
(s Status) MarshalJSON() ([]byte, error) {
28
return
json.Marshal(s.String())
29
}
Callers
3
TestSchemaBuild
Function · 0.45
updateAPIDoc
Method · 0.45
deleteAPIDoc
Method · 0.45
Calls
2
String
Method · 0.95
Marshal
Method · 0.80
Tested by
1
TestSchemaBuild
Function · 0.36