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

Method getMutationsForPlugin

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

Source from the content-addressed store, hash-verified

41342 getCurrentMutations() {
41343 return this.getMutationsForPlugin(this.getCurrentPlugin())
41344 }
41345 getMutationsForPlugin(s) {
41346 const o = this.getPluginMutationIndex(s)
41347 return this.getMutations(o + 1)
41348 }
41349 getCurrentPlugin() {
41350 return this.currentPlugin

Callers 2

nextPluginMethod · 0.95
getCurrentMutationsMethod · 0.95

Calls 2

getMutationsMethod · 0.95

Tested by

no test coverage detected