Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/APIParkLab/APIPark
/ Byte
Method
Byte
controller/system/iml.go:74–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}
73
74
func
(e *ExportFile) Byte() []byte {
75
b, _ := json.Marshal(e.Data)
76
return
b
77
}
78
79
func
zipFile(files []*ExportFile) (*bytes.Buffer, error) {
80
// 创建一个缓冲区用于存储 ZIP 文件内容
Callers
1
zipFile
Function · 0.80
Calls
1
Marshal
Method · 0.80
Tested by
no test coverage detected