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

Method defaultPushChannel

src/Push/PushQueue.js:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 static defaultPushChannel() {
23 return `${Parse.applicationId}-${PUSH_CHANNEL}`;
24 }
25
26 enqueue(body, where, config, auth, pushStatus) {
27 const limit = this.batchSize;

Callers 3

constructorMethod · 0.80
constructorMethod · 0.80
PushQueue.spec.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected