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

Function classifyLikelihood

cmd/requester.go:262–271  ·  view source on GitHub ↗
(score int)

Source from the content-addressed store, hash-verified

260}
261
262func classifyLikelihood(score int) string {
263 switch {
264 case score >= 80:
265 return "high"
266 case score >= 55:
267 return "medium"
268 default:
269 return "low"
270 }
271}
272
273func statusPriority(status int) int {
274 switch {

Callers 3

printResponseFunction · 0.85
revalidateResultFunction · 0.85

Calls

no outgoing calls

Tested by 1