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

Function equalTo

spec/ParseLiveQueryServer.spec.js:1512–1516  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1510 let shouldReturn = false;
1511 return {
1512 equalTo() {
1513 shouldReturn = true;
1514 // Nothing to do here
1515 return this;
1516 },
1517 containedIn() {
1518 shouldReturn = false;
1519 return this;

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…