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

Function parseResults

spec/PushController.spec.js:1066–1074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1064 query.descending('createdAt');
1065 query.equalTo('query', JSON.stringify(where));
1066 const parseResults = results => {
1067 if (results.length > 0) {
1068 audienceId = results[0].id;
1069 timesUsed = results[0].get('timesUsed');
1070 if (!isFinite(timesUsed)) {
1071 timesUsed = 0;
1072 }
1073 }
1074 };
1075 const audience = new Parse.Object('_Audience');
1076 audience.set('name', 'testAudience');
1077 audience.set('query', JSON.stringify(where));

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected