Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hackmanit/Web-Cache-Vulnerability-Scanner
/ PrintLog
Function
PrintLog
pkg/utils.go:52–56 ·
view source on GitHub ↗
(msg string)
Source
from the content-addressed store, hash-verified
50
}
51
52
func
PrintLog(msg string) {
53
if
Config.GenerateLog && Config.Intitialized {
54
log.Print(msg)
55
}
56
}
57
58
func
PrintVerbose(msg string, c int, threshold int) {
59
switch
c {
Callers
1
PrintVerbose
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected