Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ order
Method
order
3rdparty/libprocess/src/clock.cpp:448–452 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
446
447
448
void Clock::order(ProcessBase* from, ProcessBase* to)
449
{
450
VLOG(2) <<
"Clock of "
<< to->self() <<
" being updated to "
<< from->self();
451
update(to, now(from));
452
}
453
454
455
bool Clock::settled()
Callers
nothing calls this directly
Calls
2
update
Function · 0.50
self
Method · 0.45
Tested by
no test coverage detected