MCPcopy Index your code
hub / github.com/devploit/nomore403 / getVerbose

Function getVerbose

cmd/requester.go:105–105  ·  view source on GitHub ↗

fragment baseline content-length (URI#fragment response)

()

Source from the content-addressed store, hash-verified

103var atomicFragmentCl int64 // fragment baseline content-length (URI#fragment response)
104
105func getVerbose() bool { return atomic.LoadInt32(&atomicVerbose) != 0 }
106func logVerbose(v ...interface{}) {
107 if getVerbose() {
108 log.Println(v...)

Callers 8

logVerboseFunction · 0.85
isCalibrationMatchFunction · 0.85
printResponseFunction · 0.85
printTopFindingsFunction · 0.85
printResultFunction · 0.85

Calls

no outgoing calls