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

Function setDefaultCl

cmd/requester.go:119–119  ·  view source on GitHub ↗
(v int)

Source from the content-addressed store, hash-verified

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)) }
121func setCalibTolerance(v int) {
122 atomic.StoreInt64(&atomicCalibTolerance, int64(v))

Callers 4

requestDefaultFunction · 0.85
requesterFunction · 0.85
resetTestStateFunction · 0.85
TestIsCalibrationMatchFunction · 0.85

Calls

no outgoing calls

Tested by 2

resetTestStateFunction · 0.68
TestIsCalibrationMatchFunction · 0.68