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

Function remove

src/triggers.js:135–139  ·  view source on GitHub ↗
(category, name, applicationId)

Source from the content-addressed store, hash-verified

133}
134
135function remove(category, name, applicationId) {
136 const lastComponent = name.split('.').splice(-1);
137 const store = getStore(category, name, applicationId);
138 delete store[lastComponent];
139}
140
141function get(category, name, applicationId) {
142 const lastComponent = name.split('.').splice(-1);

Callers 2

removeFunctionFunction · 0.85
removeTriggerFunction · 0.85

Calls 1

getStoreFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…