MCPcopy Create free account
hub / github.com/parse-community/parse-server / makeBoxedNumber

Function makeBoxedNumber

spec/ParseQuery.spec.js:1011–1013  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

1009
1010 it('equalTo queries', function (done) {
1011 const makeBoxedNumber = function (i) {
1012 return new BoxedNumber({ number: i });
1013 };
1014 Parse.Object.saveAll([0, 1, 2, 3, 4, 5, 6, 7, 8, 9].map(makeBoxedNumber)).then(function () {
1015 const query = new Parse.Query(BoxedNumber);
1016 query.equalTo('number', 3);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…