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

Method nextPromisedPatch

frontend/public/swagger-ui-bundle.js:41268–41271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41266 nextPlugin() {
41267 return this.wrappedPlugins.find((s) => this.getMutationsForPlugin(s).length > 0)
41268 }
41269 nextPromisedPatch() {
41270 if (this.promisedPatches.length > 0)
41271 return Promise.race(this.promisedPatches.map((s) => s.value))
41272 }
41273 getPluginHistory(s) {
41274 const o = this.constructor.getPluginName(s)

Callers 1

dispatchMethod · 0.95

Calls 1

mapMethod · 0.45

Tested by

no test coverage detected