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

Method getUsagePath

src/help.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94
95string Help::getUsagePath(const string& id, const string& name)
96{
97 return id + strings::remove(name, "/", strings::Mode::SUFFIX);
98}
99
100
101void Help::add(

Callers

nothing calls this directly

Calls 1

removeFunction · 0.85

Tested by

no test coverage detected