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

Method _hasRun

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

Source from the content-addressed store, hash-verified

41361 setContext(s, o) {
41362 return this.contextTree.set(s, o)
41363 }
41364 _hasRun(s) {
41365 return this.getPluginRunCount(this.getCurrentPlugin()) > (s || 0)
41366 }
41367 dispatch() {
41368 const s = this,

Callers

nothing calls this directly

Calls 2

getPluginRunCountMethod · 0.95
getCurrentPluginMethod · 0.95

Tested by

no test coverage detected