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

Function putFunction

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

Source from the content-addressed store, hash-verified

1329 }
1330
1331 function putFunction(params, headers) {
1332 return _.bind(elemFunction, this)('put', undefined, params, undefined, headers);
1333 }
1334
1335 function postFunction(what, elem, params, headers) {
1336 return _.bind(elemFunction, this)('post', what, 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…