MCPcopy 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
74func (e *ExportFile) Byte() []byte {
75 b, _ := json.Marshal(e.Data)
76 return b
77}
78
79func zipFile(files []*ExportFile) (*bytes.Buffer, error) {
80 // 创建一个缓冲区用于存储 ZIP 文件内容

Callers 1

zipFileFunction · 0.80

Calls 1

MarshalMethod · 0.80

Tested by

no test coverage detected