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

Method send

src/Adapters/Push/PushAdapter.js:25–25  ·  view source on GitHub ↗

* @param {any} body * @param {Parse.Installation[]} installations * @param {any} pushStatus * @returns {Promise}

(body: any, installations: any[], pushStatus: any)

Source from the content-addressed store, hash-verified

23 * @returns {Promise}
24 */
25 send(body: any, installations: any[], pushStatus: any): ?Promise<*> {}
26
27 /**
28 * Get an array of valid push types.

Callers 11

makeExpressHandlerFunction · 0.45
OAuth1Client.jsFile · 0.45
handleFileStreamMethod · 0.45
sendToAdapterMethod · 0.45
PushWorker.spec.jsFile · 0.45
Parse.Push.spec.jsFile · 0.45
startServerFunction · 0.45
ParseFile.spec.jsFile · 0.45
newServerFunction · 0.45

Calls

no outgoing calls

Tested by 1

startServerFunction · 0.36