Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
202
func
(c *ClientImpl) RunMain() {
203
err := c.runMainE()
204
if
err != nil {
205
fmt.Println(err)
206
os.Exit(1)
207
}
208
}
209
210
func
(c *ClientImpl) listenAndServe(ctx context.Context) error {
211
// Create HTTP handlers
Callers
1
RunMain
Function · 0.45
Calls
1
runMainE
Method · 0.95
Tested by
no test coverage detected