Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ appendToPath
Function
appendToPath
src/env.cpp:390–395 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
388
}
389
390
QString appendToPath(const QString& s)
391
{
392
auto old = path();
393
set(
"PATH"
, old +
";"
+ s);
394
return old;
395
}
396
397
QString prependToPath(const QString& s)
398
{
Callers
1
spawn
Function · 0.85
Calls
2
path
Function · 0.85
set
Function · 0.70
Tested by
no test coverage detected