MCPcopy
hub / github.com/colbymchenry/codegraph / logWarn

Function logWarn

src/errors.ts:231–233  ·  view source on GitHub ↗
(message: string, context?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

229 * Log a warning message
230 */
231export function logWarn(message: string, context?: Record<string, unknown>): void {
232 currentLogger.warn(message, context);
233}
234
235/**
236 * Log an error message

Callers 13

parseConfigFunction · 0.90
extractExtensionsFunction · 0.90
extractIncludeIgnoredFunction · 0.90
extractExcludeFunction · 0.90
readGitignorePatternsFunction · 0.90
indexAllMethod · 0.90
indexFileWithContentMethod · 0.90
startMethod · 0.90
startRecursiveMethod · 0.90
watchTreeMethod · 0.90
degradeMethod · 0.90
warnInotifyLimitMethod · 0.90

Calls 1

warnMethod · 0.80

Tested by

no test coverage detected