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

Function traceFunction

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

Source from the content-addressed store, hash-verified

1341 }
1342
1343 function traceFunction(params, headers) {
1344 return _.bind(elemFunction, this)('trace', undefined, params, undefined, headers);
1345 }
1346
1347 function optionsFunction(params, headers) {
1348 return _.bind(elemFunction, this)('options', 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…