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

Method UPID

3rdparty/libprocess/src/pid.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44namespace process {
45
46UPID::UPID(const char* s)
47{
48 istringstream in(s);
49 in >> *this;
50}
51
52
53UPID::UPID(const string& s)

Callers

nothing calls this directly

Calls 1

selfMethod · 0.45

Tested by

no test coverage detected