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

Method debug

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

Source from the content-addressed store, hash-verified

41209 this.patches.push(Wo.context([], this.context)),
41210 this.updatePatches(this.patches))
41211 }
41212 debug(s, ...o) {
41213 this.debugLevel === s && console.log(...o)
41214 }
41215 verbose(s, ...o) {
41216 'verbose' === this.debugLevel && console.log(`[${s}] `, ...o)

Callers 8

updatePatchesMethod · 0.95
removePromisedPatchMethod · 0.95
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
copyDataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected