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

Method getPluginRunCount

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

Source from the content-addressed store, hash-verified

41274 const o = this.constructor.getPluginName(s)
41275 return this.pluginHistory[o] || []
41276 }
41277 getPluginRunCount(s) {
41278 return this.getPluginHistory(s).length
41279 }
41280 getPluginHistoryTip(s) {
41281 const o = this.getPluginHistory(s)

Callers 1

_hasRunMethod · 0.95

Calls 1

getPluginHistoryMethod · 0.95

Tested by

no test coverage detected