MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / TestLogger

Class TestLogger

packages/server/test/services.test.ts:22–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20import type { WsConnection } from '../src/ws/connection';
21
22class TestLogger implements ILoggerT {
23 readonly _serviceBrand: undefined;
24
25 info(): void {}
26 warn(): void {}
27 error(): void {}
28 debug(): void {}
29 child(): ILoggerT {
30 return this;
31 }
32}
33
34class FakeSessionClients implements ISessionClientsServiceT {
35 readonly _serviceBrand: undefined;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected