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

Function pointer

spec/QueryTools.spec.js:756–758  ·  view source on GitHub ↗
(className, objectId)

Source from the content-addressed store, hash-verified

754 });
755
756 function pointer(className, objectId) {
757 return { __type: 'Pointer', className, objectId };
758 }
759
760 it('should support containedIn with pointers', () => {
761 const message = {

Callers 1

QueryTools.spec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected