(params, headers)
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…