MCPcopy Create free account
hub / github.com/mgonto/restangular / deleteFunction

Function deleteFunction

src/restangular.js:1327–1329  ·  view source on GitHub ↗
(params, headers)

Source from the content-addressed store, hash-verified

1325 }
1326
1327 function deleteFunction(params, headers) {
1328 return _.bind(elemFunction, this)('remove', undefined, params, undefined, headers);
1329 }
1330
1331 function putFunction(params, headers) {
1332 return _.bind(elemFunction, this)('put', undefined, params, undefined, headers);

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…