MCPcopy
hub / github.com/github/gh-ost / RemoveSocketFile

Method RemoveSocketFile

go/logic/server.go:127–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125}
126
127func (srv *Server) RemoveSocketFile() (err error) {
128 srv.migrationContext.Log.Infof("Removing socket file: %s", srv.migrationContext.ServeSocketFile)
129 return os.Remove(srv.migrationContext.ServeSocketFile)
130}
131
132func (srv *Server) BindTCPPort() (err error) {
133 if srv.migrationContext.ServeTCPPort == 0 {

Callers 2

MigrateMethod · 0.80
RevertMethod · 0.80

Calls 1

InfofMethod · 0.65

Tested by

no test coverage detected