Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainreactors/EvilProxy
/ Enabled
Function
Enabled
internal/redisqueue/queue.go:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
func
Enabled() bool {
52
return
enabled.Load()
53
}
54
55
func
SetRetentionSeconds(value int) {
56
normalized := int64(value)
Callers
10
TestGeminiExecutorRecordsSuccessfulZeroUsageInQueue
Function · 0.92
TestManagementUsageRequiresManagementAuthAndPopsArray
Function · 0.92
TestRedisProtocol_AUTH_And_PopContracts
Function · 0.92
withManagementUsageQueue
Function · 0.92
withEnabledErrorQueue
Function · 0.92
withEnabledQueue
Function · 0.85
HandleUsage
Method · 0.85
Enqueue
Function · 0.85
EnqueueError
Function · 0.85
PopOldest
Function · 0.85
Calls
1
Load
Method · 0.65
Tested by
6
TestGeminiExecutorRecordsSuccessfulZeroUsageInQueue
Function · 0.74
TestManagementUsageRequiresManagementAuthAndPopsArray
Function · 0.74
TestRedisProtocol_AUTH_And_PopContracts
Function · 0.74
withManagementUsageQueue
Function · 0.74
withEnabledErrorQueue
Function · 0.74
withEnabledQueue
Function · 0.68