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

Function send

spec/PushController.spec.js:1168–1170  ·  view source on GitHub ↗
(body, installations)

Source from the content-addressed store, hash-verified

1166 const auth = { isMaster: true };
1167 const pushAdapter = {
1168 send(body, installations) {
1169 return successfulTransmissions(body, installations);
1170 },
1171 getValidPushTypes() {
1172 return ['ios'];
1173 },

Callers

nothing calls this directly

Calls 1

successfulTransmissionsFunction · 0.85

Tested by

no test coverage detected