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

Method set

src/commandline.cpp:525–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523}
524
525void Command::set(const std::wstring& originalLine, po::variables_map vm,
526 std::vector<std::wstring> untouched)
527{
528 m_original = originalLine;
529 m_vm = vm;
530 m_untouched = untouched;
531}
532
533std::optional<int> Command::runEarly()
534{

Callers 1

processMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected