Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
constructor
Method · 0.80
constructor
Method · 0.80
PushQueue.spec.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected