(params, headers)
| 1325 | } |
| 1326 | |
| 1327 | function deleteFunction(params, headers) { |
| 1328 | return _.bind(elemFunction, this)('remove', undefined, params, undefined, headers); |
| 1329 | } |
| 1330 | |
| 1331 | function putFunction(params, headers) { |
| 1332 | return _.bind(elemFunction, this)('put', undefined, params, undefined, headers); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…