MCPcopy Create free account
hub / github.com/3rdparty/libprocess / Help

Method Help

src/help.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89
90Help::Help(const Option<string>& _delegate)
91 : ProcessBase("help"),
92 delegate(_delegate) {}
93
94
95string Help::getUsagePath(const string& id, const string& name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected