Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ remove
Method
remove
packages/server/test/services.test.ts:71–73 ·
view source on GitHub ↗
(connId: string)
Source
from the content-addressed store, hash-verified
69
this.conns.set(conn.id, conn);
70
}
71
remove(connId: string): void {
72
this.conns.delete(connId);
73
}
74
get(connId: string): WsConnection | undefined {
75
return
this.conns.get(connId);
76
}
Callers
nothing calls this directly
Calls
1
delete
Method · 0.65
Tested by
no test coverage detected