MCPcopy 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
51func (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
58func (s *Server) Wait() error {
59 s.done.Wait()

Callers

nothing calls this directly

Calls 2

StartMethod · 0.95
WaitMethod · 0.95

Tested by

no test coverage detected