MCPcopy
hub / github.com/yamadashy/repomix / debug

Method debug

src/shared/logger.ts:70–74  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

68 }
69
70 debug(...args: unknown[]) {
71 if (this.level >= repomixLogLevels.DEBUG) {
72 console.log(pc.blue(this.formatArgs(args)));
73 }
74 }
75
76 trace(...args: unknown[]) {
77 if (this.level >= repomixLogLevels.DEBUG) {

Callers 15

loadEncodingFunction · 0.80
freeTokenCountersFunction · 0.80
readRawFileFunction · 0.80
findEmptyDirectoriesFunction · 0.80
searchFilesFunction · 0.80
guessTheLangMethod · 0.80
disposeMethod · 0.80
parseFileFunction · 0.80
cleanupLanguageParserFunction · 0.80
updateIgnoreFilesFunction · 0.80
runMigrationActionFunction · 0.80

Calls 2

formatArgsMethod · 0.95
logMethod · 0.80

Tested by

no test coverage detected