MCPcopy 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
51func Enabled() bool {
52 return enabled.Load()
53}
54
55func SetRetentionSeconds(value int) {
56 normalized := int64(value)

Callers 10

withManagementUsageQueueFunction · 0.92
withEnabledErrorQueueFunction · 0.92
withEnabledQueueFunction · 0.85
HandleUsageMethod · 0.85
EnqueueFunction · 0.85
EnqueueErrorFunction · 0.85
PopOldestFunction · 0.85

Calls 1

LoadMethod · 0.65