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

Function run

frontend/public/swagger-ui-bundle.js:52477–52487  ·  view source on GitHub ↗
(s, o, i)

Source from the content-addressed store, hash-verified

52475 const a = await Promise.all(i.map(_p([s], o)))
52476 return i.filter((s, o) => a[o])
52477 },
52478 run = async (s, o, i) => {
52479 let a
52480 for (const u of i)
52481 try {
52482 const i = await u[s].call(u, ...o)
52483 return { plugin: u, result: i }
52484 } catch (s) {
52485 a = new kw('Error while running plugin', { cause: s, plugin: u })
52486 }
52487 return Promise.reject(a)
52488 }
52489 const Ow = class DereferenceError extends Ko {}
52490 const Aw = class UnmatchedDereferenceStrategyError extends Ow {},

Callers 2

dereferenceApiDOMFunction · 0.85

Calls 1

rejectMethod · 0.45

Tested by

no test coverage detected