MCPcopy Create free account
hub / github.com/eventure/hide.client.linux / Shutdown

Method Shutdown

control/server.go:90–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88}
89
90func ( s *Server ) Shutdown() error {
91 s.connection.Disconnect()
92 s.connection.Shutdown()
93 return s.server.Close()
94}

Callers 3

mainFunction · 0.95
shutdownMethod · 0.45
destroyMethod · 0.45

Calls 2

CloseMethod · 0.80
DisconnectMethod · 0.45

Tested by

no test coverage detected