MCPcopy Create free account
hub / github.com/apache/mesos / resolve

Method resolve

3rdparty/libprocess/src/process.cpp:3972–3978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

pid.cppFile · 0.45

Calls 1

useMethod · 0.45

Tested by

no test coverage detected