MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-workbench / DebugLogger

Function DebugLogger

src/utils/logger.ts:13–15  ·  view source on GitHub ↗
(debugClass: string, ...args: unknown[])

Source from the content-addressed store, hash-verified

11]);
12
13export const DebugLogger = (debugClass: string, ...args: unknown[]) => {
14 if (debugClasses.has(debugClass)) console.log(...args);
15};
16
17const lastLogs: { [key: string]: number } = {};
18export const TimeThrottledLogger = (id: string, ...args: unknown[]) => {

Callers 2

_addFilesMethod · 0.90
_addExtraFieldsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected