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

Function delete

spec/ParseLiveQuery.spec.js:848–850  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

846 expect(object.get('foo')).toBe('bar');
847 },
848 delete(object) {
849 expect(object.get('foo')).toBe('bar');
850 },
851 };
852 for (const key in calls) {
853 spyOn(calls, key).and.callThrough();

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…