MCPcopy
hub / github.com/parse-community/parse-server / range

Function range

spec/helper.js:357–363  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

355}
356
357function range(n) {
358 const answer = [];
359 for (let i = 0; i < n; i++) {
360 answer.push(i);
361 }
362 return answer;
363}
364
365function mockCustomAuthenticator(id, password) {
366 const custom = {};

Callers 2

ParseUser.spec.jsFile · 0.85
ParseQuery.spec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected