Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/APIParkLab/APIPark
/ Marshal
Method
Marshal
service/api-doc/service.go:128–134 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
126
}
127
128
func
(d *DocLoader) Marshal() ([]byte, error) {
129
result, err := d.openAPI3Doc.MarshalYAML()
130
if
err != nil {
131
return
nil, err
132
}
133
return
yaml.Marshal(result)
134
}
Callers
15
UpdateDoc
Method · 0.95
MaskConfig
Method · 0.80
GenConfig
Method · 0.80
generateStruct
Function · 0.80
Valid
Method · 0.80
Detail
Method · 0.80
Valid
Method · 0.80
Valid
Method · 0.80
Valid
Method · 0.80
Valid
Method · 0.80
MarshalJSON
Method · 0.80
Create
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected