Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
53
func
checkError(err error) {
54
if
err != nil {
55
log.Error(
"文件写入失败,错误信息:"
, err)
56
}
57
}
Callers
3
SaveToFile
Function · 0.85
writeStringToFile
Function · 0.85
writeBytesToFile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected