MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / appendLog

Function appendLog

agent/utils/convert/convert.go:146–149  ·  view source on GitHub ↗
(f *os.File, content string)

Source from the content-addressed store, hash-verified

144}
145
146func appendLog(f *os.File, content string) error {
147 _, err := f.WriteString(content)
148 return err
149}
150
151func appendJSONLog(f *os.File, entry response.FileConvertLog) error {
152 data, err := json.Marshal(entry)

Callers 1

MediaFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected