Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ setExecutable
Method
setExecutable
src/executableslist.cpp:242–245 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
}
241
242
void ExecutablesList::setExecutable(const Executable& exe)
243
{
244
setExecutable(exe, MergeExisting);
245
}
246
247
void ExecutablesList::setExecutable(const Executable& exe, SetFlags flags)
248
{
Callers
3
getExecutablesList
Method · 0.80
addNew
Method · 0.80
addAsExecutable
Method · 0.80
Calls
2
mergeFrom
Method · 0.80
end
Method · 0.45
Tested by
no test coverage detected