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

Method getMutations

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

Source from the content-addressed store, hash-verified

41332 s.value
41333 )
41334 }
41335 getMutations(s, o) {
41336 return (
41337 (s = s || 0),
41338 'number' != typeof o && (o = this.mutations.length),
41339 this.mutations.slice(s, o)
41340 )
41341 }
41342 getCurrentMutations() {
41343 return this.getMutationsForPlugin(this.getCurrentPlugin())

Callers 1

getMutationsForPluginMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected