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

Function patchFunction

src/restangular.js:1351–1353  ·  view source on GitHub ↗
(elem, params, headers)

Source from the content-addressed store, hash-verified

1349 }
1350
1351 function patchFunction(elem, params, headers) {
1352 return _.bind(elemFunction, this)('patch', undefined, params, elem, headers);
1353 }
1354
1355 function customFunction(operation, path, params, headers, elem) {
1356 return _.bind(elemFunction, this)(operation, path, params, elem, 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…