Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fvbock/endless
/ Close
Method
Close
endless.go:537–543 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
535
}
536
537
func
(w endlessConn) Close() error {
538
err := w.Conn.Close()
539
if
err == nil {
540
w.server.wg.Done()
541
}
542
return
err
543
}
544
545
/*
546
RegisterSignalHook registers a function to be run PRE_SIGNAL or POST_SIGNAL
for
Callers
2
shutdown
Method · 0.45
Close
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected