(opts)
| 11021 | } |
| 11022 | } |
| 11023 | function buildKey(opts) { |
| 11024 | const { path: path4, method, body, headers, query } = opts; |
| 11025 | return { |
| 11026 | path: path4, |
| 11027 | method, |
| 11028 | body, |
| 11029 | headers, |
| 11030 | query |
| 11031 | }; |
| 11032 | } |
| 11033 | function generateKeyValues(data) { |
| 11034 | const keys = Object.keys(data); |
| 11035 | const result = []; |
no outgoing calls
no test coverage detected