Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Run
Method
Run
pkg/httpd/server.go:51–56 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
49
}
50
51
func
(s *Server) Run(ctx context.Context) error {
52
if
err := s.Start(ctx); err != nil {
53
return
err
54
}
55
return
s.Wait()
56
}
57
58
func
(s *Server) Wait() error {
59
s.done.Wait()
Callers
nothing calls this directly
Calls
2
Start
Method · 0.95
Wait
Method · 0.95
Tested by
no test coverage detected