MCPcopy Index your code
hub / github.com/SummerSec/SpringExploit / checkError

Function checkError

cmd/commons/utils/saveresult.go:53–57  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

51}
52
53func checkError(err error) {
54 if err != nil {
55 log.Error("文件写入失败,错误信息:", err)
56 }
57}

Callers 3

SaveToFileFunction · 0.85
writeStringToFileFunction · 0.85
writeBytesToFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected