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

Method Data

3rdparty/libprocess/src/grpc.cpp:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168
169Runtime::Data::Data()
170{
171 RuntimeProcess* process = new RuntimeProcess();
172 terminated = process->wait();
173 pid = spawn(process, true);
174}
175
176
177Runtime::Data::~Data()

Callers

nothing calls this directly

Calls 2

spawnFunction · 0.70
waitMethod · 0.45

Tested by

no test coverage detected