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

Method getPluginHistory

frontend/public/swagger-ui-bundle.js:41272–41275  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

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)
41275 return this.pluginHistory[o] || []
41276 }
41277 getPluginRunCount(s) {
41278 return this.getPluginHistory(s).length

Callers 2

getPluginRunCountMethod · 0.95
getPluginHistoryTipMethod · 0.95

Calls 1

getPluginNameMethod · 0.80

Tested by

no test coverage detected