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

Function execute

frontend/public/swagger-ui-bundle.js:32156–32164  ·  view source on GitHub ↗
(s, { authSelectors: o, specSelectors: i })

Source from the content-addressed store, hash-verified

32154 Ht = Ut(state, (s) => s.get('configs')),
32155 execute =
32156 (s, { authSelectors: o, specSelectors: i }) =>
32157 ({ path: a, method: u, operation: _, extras: w }) => {
32158 let x = {
32159 authorized: o.authorized() && o.authorized().toJS(),
32160 definitions: i.securityDefinitions() && i.securityDefinitions().toJS(),
32161 specSecurity: i.security() && i.security().toJS(),
32162 }
32163 return s({ path: a, method: u, operation: _, securities: x, ...w })
32164 },
32165 loaded = (s, o) => (i) => {
32166 const { getConfigs: a, authActions: u } = o,
32167 _ = a()

Callers

nothing calls this directly

Calls 2

sFunction · 0.50
securityMethod · 0.45

Tested by

no test coverage detected