Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
func
main() {
28
ctx := apiserver.SetupSignalContext()
29
code := cli.Run(app.NewCloudShellManagerCommand(ctx))
30
os.Exit(code)
31
}
Callers
nothing calls this directly
Calls
2
NewCloudShellManagerCommand
Function · 0.92
Run
Method · 0.45
Tested by
no test coverage detected