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

Class NoopLog

packages/server/test/snapshotService.unit.test.ts:52–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50// ─── tiny stubs ───────────────────────────────────────────────────────────
51
52class NoopLog implements ILogService {
53 readonly _serviceBrand: undefined;
54 info(): void {}
55 warn(): void {}
56 error(): void {}
57 debug(): void {}
58 child(): ILogService {
59 return this;
60 }
61}
62
63class StubBroadcast implements IWSBroadcastServiceT {
64 readonly _serviceBrand: undefined;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected