MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / EnqueueError

Function EnqueueError

internal/redisqueue/queue.go:78–86  ·  view source on GitHub ↗
(payload []byte)

Source from the content-addressed store, hash-verified

76}
77
78func EnqueueError(payload []byte) {
79 if !Enabled() {
80 return
81 }
82 if len(payload) == 0 {
83 return
84 }
85 errorGlobal.publishToSubscribers(payload)
86}
87
88func PopOldest(count int) [][]byte {
89 if !Enabled() {

Calls 2

EnabledFunction · 0.85
publishToSubscribersMethod · 0.80