MCPcopy Create free account
hub / github.com/cloudtty/cloudtty / main

Function main

cmd/main.go:27–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25)
26
27func main() {
28 ctx := apiserver.SetupSignalContext()
29 code := cli.Run(app.NewCloudShellManagerCommand(ctx))
30 os.Exit(code)
31}

Callers

nothing calls this directly

Calls 2

RunMethod · 0.45

Tested by

no test coverage detected