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

Method getPluginMutationIndex

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

Source from the content-addressed store, hash-verified

41281 const o = this.getPluginHistory(s)
41282 return (o && o[o.length - 1]) || {}
41283 }
41284 getPluginMutationIndex(s) {
41285 const o = this.getPluginHistoryTip(s).mutationIndex
41286 return 'number' != typeof o ? -1 : o
41287 }
41288 updatePluginHistory(s, o) {
41289 const i = this.constructor.getPluginName(s)

Callers 1

getMutationsForPluginMethod · 0.95

Calls 1

getPluginHistoryTipMethod · 0.95

Tested by

no test coverage detected