MCPcopy Create free account
hub / github.com/bufbuild/buf / httpServe

Function httpServe

private/pkg/transport/http/httpserver/httpserver.go:147–152  ·  view source on GitHub ↗
(httpServer *http.Server, listener net.Listener)

Source from the content-addressed store, hash-verified

145}
146
147func httpServe(httpServer *http.Server, listener net.Listener) error {
148 if httpServer.TLSConfig != nil {
149 return httpServer.ServeTLS(listener, "", "")
150 }
151 return httpServer.Serve(listener)
152}

Callers 1

RunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…