MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / go

Method go

java/src/org/openqa/selenium/grid/Main.java:51–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 void go() {
52 // It's not private to make it visible for tests
53 if (args.length == 0) {
54 showHelp(Main.class.getClassLoader());
55 } else {
56 launch(args, Main.class.getClassLoader());
57 }
58 }
59
60 private static Set<CliCommand> loadCommands(ClassLoader loader) {
61 Set<CliCommand> commands = new TreeSet<>(comparing(CliCommand::getName));

Callers 6

window.jsFile · 0.80
getServiceMethod · 0.80
mainMethod · 0.80
filterModulesFunction · 0.80

Calls 2

showHelpMethod · 0.95
launchMethod · 0.95