(elem, params, headers)
| 1349 | } |
| 1350 | |
| 1351 | function patchFunction(elem, params, headers) { |
| 1352 | return _.bind(elemFunction, this)('patch', undefined, params, elem, headers); |
| 1353 | } |
| 1354 | |
| 1355 | function customFunction(operation, path, params, headers, elem) { |
| 1356 | return _.bind(elemFunction, this)(operation, path, params, elem, headers); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…