MCPcopy Index your code
hub / github.com/screego/server / waitForServerToClose

Function waitForServerToClose

server/server.go:81–87  ·  view source on GitHub ↗
(shutdown <-chan error)

Source from the content-addressed store, hash-verified

79}
80
81func waitForServerToClose(shutdown <-chan error) error {
82 err := <-shutdown
83 if err == http.ErrServerClosed {
84 return nil
85 }
86 return err
87}

Callers 1

StartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected