({
http: s,
fetch: o,
spec: i,
operationId: a,
pathName: u,
method: _,
parameters: w,
securities: x,
...C
})
| 56195 | } |
| 56196 | class OperationNotFoundError extends Go {} |
| 56197 | const Xx = { buildRequest: execute_buildRequest } |
| 56198 | function execute_execute({ |
| 56199 | http: s, |
| 56200 | fetch: o, |
| 56201 | spec: i, |
| 56202 | operationId: a, |
| 56203 | pathName: u, |
| 56204 | method: _, |
| 56205 | parameters: w, |
| 56206 | securities: x, |
| 56207 | ...C |
| 56208 | }) { |
| 56209 | const j = s || o || http_http |
| 56210 | u && _ && !a && (a = idFromPathMethodLegacy(u, _)) |
| 56211 | const L = Xx.buildRequest({ |
| 56212 | spec: i, |
| 56213 | operationId: a, |
| 56214 | parameters: w, |
| 56215 | securities: x, |
| 56216 | http: j, |
| 56217 | ...C, |
| 56218 | }) |
| 56219 | return ( |
| 56220 | L.body && (fu(L.body) || Array.isArray(L.body)) && (L.body = JSON.stringify(L.body)), |
| 56221 | j(L) |
| 56222 | ) |
| 56223 | } |
| 56224 | function execute_buildRequest(s) { |
| 56225 | const { |
nothing calls this directly
no test coverage detected