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

Method updatePluginHistory

frontend/public/swagger-ui-bundle.js:41287–41290  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

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)
41290 ;((this.pluginHistory[i] = this.pluginHistory[i] || []), this.pluginHistory[i].push(o))
41291 }
41292 updatePatches(s) {
41293 Wo.normalizeArray(s).forEach((s) => {

Callers 1

dispatchMethod · 0.80

Calls 2

getPluginNameMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected