MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / names

Method names

lib/config/flags.h:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 return _names[0];
59 }
60 const std::vector<std::string> names() const
61 {
62 return _names;
63 }
64 const std::string& helptext() const
65 {
66 return _helptext;

Callers 2

doHelpFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected