Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ reregister
Method
reregister
src/tests/master_benchmarks.cpp:261–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
}
260
261
Future<Nothing> reregister()
262
{
263
return dispatch(process.get(), &TestSlaveProcess::reregister);
264
}
265
266
private:
267
Owned<TestSlaveProcess> process;
Callers
1
foreach
Function · 0.45
Calls
2
dispatch
Function · 0.50
get
Method · 0.45
Tested by
no test coverage detected