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

Function NotifyUsageRefresh

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

Source from the content-addressed store, hash-verified

104}
105
106func NotifyUsageRefresh() {
107 global.publishToSubscribers([]byte(usageRefreshPayload))
108}
109
110func (q *queue) clear() {
111 q.mu.Lock()

Calls 1

publishToSubscribersMethod · 0.80