Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
function
silentLogger() {
78
return
pino({ level:
'silent'
});
79
}
80
81
function
listenOnPort(host: string, port: number): Promise<Server> {
82
return
new
Promise((resolve, reject) => {
Callers
2
spawn
Function · 0.85
start.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected