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

Function getPushStatus

spec/PushController.spec.js:483–485  ·  view source on GitHub ↗
(callIndex)

Source from the content-addressed store, hash-verified

481 }
482
483 function getPushStatus(callIndex) {
484 return spy.calls.all()[callIndex].args[0].object;
485 }
486 expect(spy).toHaveBeenCalled();
487 expect(spy.calls.count()).toBe(4);
488 const allCalls = spy.calls.all();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected