MCPcopy Index your code
hub / github.com/dataease/SQLBot / execute_execute

Function execute_execute

frontend/public/swagger-ui-bundle.js:56197–56222  ·  view source on GitHub ↗
({
          http: s,
          fetch: o,
          spec: i,
          operationId: a,
          pathName: u,
          method: _,
          parameters: w,
          securities: x,
          ...C
        })

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 4

idFromPathMethodLegacyFunction · 0.85
fuFunction · 0.85
jFunction · 0.50
isArrayMethod · 0.45

Tested by

no test coverage detected