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

Function customFunction

src/restangular.js:1355–1357  ·  view source on GitHub ↗
(operation, path, params, headers, elem)

Source from the content-addressed store, hash-verified

1353 }
1354
1355 function customFunction(operation, path, params, headers, elem) {
1356 return _.bind(elemFunction, this)(operation, path, params, elem, headers);
1357 }
1358
1359 function addRestangularMethodFunction(name, operation, path, defaultParams, defaultHeaders, defaultElem) {
1360 var bindedFunction;

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…