MCPcopy Create free account
hub / github.com/devploit/nomore403 / setVerbose

Function setVerbose

cmd/requester.go:111–117  ·  view source on GitHub ↗
(v bool)

Source from the content-addressed store, hash-verified

109 }
110}
111func setVerbose(v bool) {
112 var val int32
113 if v {
114 val = 1
115 }
116 atomic.StoreInt32(&atomicVerbose, val)
117}
118func getDefaultCl() int { return int(atomic.LoadInt64(&atomicDefaultCl)) }
119func setDefaultCl(v int) { atomic.StoreInt64(&atomicDefaultCl, int64(v)) }
120func getCalibTolerance() int { return int(atomic.LoadInt64(&atomicCalibTolerance)) }

Calls

no outgoing calls