MCPcopy Create free account
hub / github.com/MigoXLab/coderio / Logger

Interface Logger

tests/EXAMPLE.test.ts:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120// ============================================================================
121
122interface Logger {
123 log: (message: string) => void;
124}
125
126function processWithLogging(value: number, logger: Logger): number {
127 logger.log(`Processing value: ${value}`);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected