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

Function containedIn

spec/ParseLiveQueryServer.spec.js:1517–1520  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1515 return this;
1516 },
1517 containedIn() {
1518 shouldReturn = false;
1519 return this;
1520 },
1521 find() {
1522 if (!shouldReturn) {
1523 return Promise.resolve([]);

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…