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

Function silentLogger

packages/server/test/start.test.ts:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75});
76
77function silentLogger() {
78 return pino({ level: 'silent' });
79}
80
81function listenOnPort(host: string, port: number): Promise<Server> {
82 return new Promise((resolve, reject) => {

Callers 2

spawnFunction · 0.85
start.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected