MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / warn

Method warn

src/utils/logger.ts:73–73  ·  view source on GitHub ↗
(msg: string, meta?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

71 debug(msg: string, meta?: Record<string, unknown>): void { void this.write('debug', msg, meta); }
72 info(msg: string, meta?: Record<string, unknown>): void { void this.write('info', msg, meta); }
73 warn(msg: string, meta?: Record<string, unknown>): void { void this.write('warn', msg, meta); }
74 error(msg: string, meta?: Record<string, unknown>): void { void this.write('error', msg, meta); }
75}
76

Callers 15

bootstrapFunction · 0.80
startFunction · 0.80
stopFunction · 0.80
executeMethod · 0.80
readJsonOrNullFunction · 0.80
executeMethod · 0.80
gitFunction · 0.80
getParserFunction · 0.80
parseIssuesFunction · 0.80
checkSyntaxForWriteFunction · 0.80
executeMethod · 0.80
editInEditorFunction · 0.80

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected