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