Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
Runtime::Data::Data()
170
{
171
RuntimeProcess* process = new RuntimeProcess();
172
terminated = process->wait();
173
pid = spawn(process, true);
174
}
175
176
177
Runtime::Data::~Data()
Callers
nothing calls this directly
Calls
2
spawn
Function · 0.70
wait
Method · 0.45
Tested by
no test coverage detected