MCPcopy Index your code
hub / github.com/parse-community/parse-server / getQueueCountForKey

Function getQueueCountForKey

spec/RedisCacheAdapter.spec.js:115–117  ·  view source on GitHub ↗
(cache, key)

Source from the content-addressed store, hash-verified

113
114 // number of chained ops on a single key
115 function getQueueCountForKey(cache, key) {
116 return cache.queue.queue[key][0];
117 }
118
119 // total number of queued keys
120 function getQueueCount(cache) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected