Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/puma/puma-dev
/ Serve
Method
Serve
dev/http_linux.go:24–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
func
(h *HTTPServer) Serve() error {
25
serv := http.Server{
26
Addr: h.Address,
27
Handler: h,
28
}
29
30
return
serv.ListenAndServe()
31
}
Callers
2
main
Function · 0.95
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected