Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
string Help::getUsagePath(const string& id, const string& name)
96
{
97
return id + strings::remove(name,
"/"
, strings::Mode::SUFFIX);
98
}
99
100
101
void Help::add(
Callers
nothing calls this directly
Calls
1
remove
Function · 0.85
Tested by
no test coverage detected