MCPcopy 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
52func PrintLog(msg string) {
53 if Config.GenerateLog && Config.Intitialized {
54 log.Print(msg)
55 }
56}
57
58func PrintVerbose(msg string, c int, threshold int) {
59 switch c {

Callers 1

PrintVerboseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected