MCPcopy Index your code
hub / github.com/codecombat/codecombat / log

Method log

app/core/Tracker2/BaseTracker.js:158–164  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

156 }
157
158 log (...args) {
159 if (!this.loggingEnabled) {
160 return
161 }
162
163 console.info(`[tracker] [${this.constructor.name}]`, ...args)
164 }
165}

Callers 15

compileFunction · 0.80
setup-aether.jsFile · 0.80
copyLanguagesFromEsperFunction · 0.80
webpack.config.jsFile · 0.80
runWebpack.jsFile · 0.80
checkCameraPosFunction · 0.80
valueFunction · 0.80

Calls

no outgoing calls

Tested by 1

checkCameraPosFunction · 0.64