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

Function afterSave

spec/ParseInstallation.spec.js:1255–1255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1253 const functions = {
1254 beforeSave() {},
1255 afterSave() {},
1256 };
1257 spyOn(functions, 'beforeSave').and.callThrough();
1258 spyOn(functions, 'afterSave').and.callThrough();

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…