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

Function addrInUse

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

Source from the content-addressed store, hash-verified

117}
118
119function addrInUse(): NodeJS.ErrnoException {
120 const err = new Error('listen EADDRINUSE') as NodeJS.ErrnoException;
121 err.code = 'EADDRINUSE';
122 return err;
123}
124
125async function spawn(): Promise<RunningServer> {
126 const r = await startServer({

Callers 1

start.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected