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

Function SubscribeUsage

internal/redisqueue/queue.go:98–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96}
97
98func SubscribeUsage() (<-chan []byte, func()) {
99 return global.subscribe(usageSubscriberBuffer, []byte(usageSupportRefreshPayload))
100}
101
102func SubscribeErrors() (<-chan []byte, func()) {
103 return errorGlobal.subscribe(errorSubscriberBuffer, nil)

Calls 1

subscribeMethod · 0.80