MCPcopy
hub / github.com/google/gvisor / Main

Function Main

runsc/cli/maincli/maincli.go:37–41  ·  view source on GitHub ↗

Main is the main entrypoint.

()

Source from the content-addressed store, hash-verified

35
36// Main is the main entrypoint.
37func Main() {
38 alias.HandleAlias()
39 cmds, helpCmds := commands()
40 cli.Run(cmds, helpCmds)
41}
42
43func commands() (map[util.SubCommand]string, []subcommands.Command) {
44 cmds := map[util.SubCommand]string{

Callers 2

mainFunction · 0.92
mainFunction · 0.92

Calls 3

HandleAliasFunction · 0.92
RunFunction · 0.92
commandsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…