MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / RunMain

Method RunMain

tsunami/engine/clientimpl.go:202–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200}
201
202func (c *ClientImpl) RunMain() {
203 err := c.runMainE()
204 if err != nil {
205 fmt.Println(err)
206 os.Exit(1)
207 }
208}
209
210func (c *ClientImpl) listenAndServe(ctx context.Context) error {
211 // Create HTTP handlers

Callers 1

RunMainFunction · 0.45

Calls 1

runMainEMethod · 0.95

Tested by

no test coverage detected