MCPcopy Create free account
hub / github.com/apache/mesos / usage

Function usage

src/examples/test_framework.cpp:208–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206
207
208void usage(const char* argv0, const flags::FlagsBase& flags)
209{
210 cerr << "Usage: " << Path(argv0).basename() << " [...]" << endl
211 << endl
212 << "Supported options:" << endl
213 << flags.usage();
214}
215
216
217class Flags : public virtual mesos::internal::examples::Flags {};

Callers

nothing calls this directly

Calls 3

PathClass · 0.85
basenameMethod · 0.45
usageMethod · 0.45

Tested by

no test coverage detected