MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / LoadTargetOutput

Function LoadTargetOutput

projects/uLoader/source/ul/loader/loader_Target.cpp:450–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448 }
449
450 void LoadTargetOutput(TargetOutput &out_target_opt) {
451 out_target_opt = TargetOutput::Create(g_NextTargetPath, g_NextTargetArgv);
452
453 if(strlen(out_target_opt.nro_argv) == 0) {
454 util::CopyToStringBuffer(out_target_opt.nro_argv, out_target_opt.nro_path);
455 }
456 }
457
458}

Callers

nothing calls this directly

Calls 2

CreateFunction · 0.85
CopyToStringBufferFunction · 0.85

Tested by

no test coverage detected