MCPcopy Create free account
hub / github.com/go-dev-frame/sponge / String

Method String

internal/server/http.go:60–62  ·  view source on GitHub ↗

String comment

()

Source from the content-addressed store, hash-verified

58
59// String comment
60func (s *httpServer) String() string {
61 return s.server.Scheme() + " service address is " + s.addr
62}
63
64func newServer(server *http.Server, tls config.TLS) *httpsrv.Server {
65 var c *httpsrv.Server

Callers 1

TestHTTPServerMockFunction · 0.95

Calls 1

SchemeMethod · 0.45

Tested by 1

TestHTTPServerMockFunction · 0.76