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

Method getPluginHistoryTip

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

Source from the content-addressed store, hash-verified

41277 getPluginRunCount(s) {
41278 return this.getPluginHistory(s).length
41279 }
41280 getPluginHistoryTip(s) {
41281 const o = this.getPluginHistory(s)
41282 return (o && o[o.length - 1]) || {}
41283 }
41284 getPluginMutationIndex(s) {
41285 const o = this.getPluginHistoryTip(s).mutationIndex

Callers 1

Calls 1

getPluginHistoryMethod · 0.95

Tested by

no test coverage detected