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

Function logDebug

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

Source from the content-addressed store, hash-verified

222 * Log a debug message
223 */
224export function logDebug(message: string, context?: Record<string, unknown>): void {
225 currentLogger.debug(message, context);
226}
227
228/**
229 * Log a warning message

Callers 15

findNestedGitReposFunction · 0.90
walkFunction · 0.90
syncMethod · 0.90
getChangedFilesMethod · 0.90
runPostExtractMethod · 0.90
createContextMethod · 0.90
loadWorkspacePackagesFunction · 0.90
readTsconfigLikeFunction · 0.90
loadProjectAliasesFunction · 0.90
findRelevantContextMethod · 0.90
extractNodeCodeMethod · 0.90

Calls 1

debugMethod · 0.65

Tested by

no test coverage detected