MCPcopy
hub / github.com/claude-code-best/claude-code / stop

Function stop

src/ssh/SSHAuthProxy.ts:120–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118
119 const proxy: SSHAuthProxy = {
120 stop() {
121 server.stop(true)
122 try {
123 unlinkSync(socketPath)
124 } catch {
125 // Socket file may already be cleaned up
126 }
127 },
128 }
129
130 return {

Callers

nothing calls this directly

Calls 2

unlinkSyncFunction · 0.90
stopMethod · 0.65

Tested by

no test coverage detected