MCPcopy Create free account
hub / github.com/ClassicOldSong/Apollo / help

Function help

src/entry_handler.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 int help(const char *name) {
49 logging::print_help(name);
50 return 0;
51 }
52
53 int version() {
54 // version was already logged at startup

Callers 2

credsFunction · 0.85
main.cppFile · 0.85

Calls 1

print_helpFunction · 0.70

Tested by

no test coverage detected