MCPcopy Create free account
hub / github.com/parse-community/parse-server / constructor

Method constructor

src/KeyPromiseQueue.js:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4// the chain on that key will be cleared.
5export class KeyPromiseQueue {
6 constructor() {
7 this.queue = {};
8 }
9
10 enqueue(key, operation) {
11 const tuple = this.beforeOp(key);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected