MCPcopy 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
242void ExecutablesList::setExecutable(const Executable& exe)
243{
244 setExecutable(exe, MergeExisting);
245}
246
247void ExecutablesList::setExecutable(const Executable& exe, SetFlags flags)
248{

Callers 3

getExecutablesListMethod · 0.80
addNewMethod · 0.80
addAsExecutableMethod · 0.80

Calls 2

mergeFromMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected