MCPcopy
hub / github.com/lowlighter/metrics / debug

Method debug

source/plugins/languages/analyzer/analyzer.mjs:176–178  ·  view source on GitHub ↗

Debug log

(message)

Source from the content-addressed store, hash-verified

174
175 /**Debug log */
176 debug(message) {
177 return console.debug(`metrics/compute/${this.login}/plugins > languages > ${this.constructor.name.replace(/([a-z])([A-Z])/, (_, a, b) => `${a} ${b.toLocaleLowerCase()}`).toLocaleLowerCase()} > ${message}`)
178 }
179}

Callers 15

constructorMethod · 0.95
runMethod · 0.95
cloneMethod · 0.95
analyzeMethod · 0.95
cleanMethod · 0.95
ignoreMethod · 0.95
template.mjsFile · 0.80
metricsFunction · 0.80
embedFunction · 0.80
index.mjsFile · 0.80
metadata.mjsFile · 0.80
formattersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected