MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / runPostMultiProcess

Method runPostMultiProcess

src/commandline.cpp:244–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244std::optional<int> CommandLine::runPostMultiProcess(MOMultiProcess& mp)
245{
246 if (m_command) {
247 return m_command->runPostMultiProcess(mp);
248 }
249
250 return {};
251}
252
253std::optional<int> CommandLine::runPostOrganizer(OrganizerCore& core)
254{

Callers 1

runFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected