MCPcopy Create free account
hub / github.com/3rdparty/libprocess / resolve

Method resolve

src/process.cpp:3968–3974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3966
3967
3968void UPID::resolve()
3969{
3970 if (ProcessReference process = process_manager->use(*this)) {
3971 reference = process.reference;
3972 }
3973 // Otherwise keep it `None` to force look ups in the future!
3974}
3975
3976
3977UPID spawn(ProcessBase* process, bool manage)

Callers 1

pid.cppFile · 0.80

Calls 1

useMethod · 0.80

Tested by

no test coverage detected