Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ ending
Method
ending
src/log/log.cpp:373–376 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
371
372
373
Future<Log::Position> LogReaderProcess::ending()
374
{
375
return recover().then(defer(self(), &Self::_ending));
376
}
377
378
379
Future<Log::Position> LogReaderProcess::_ending()
Callers
4
_ending
Method · 0.45
execute
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
4
defer
Function · 0.85
recover
Function · 0.70
dispatch
Function · 0.50
then
Method · 0.45
Tested by
2
TEST_F
Function · 0.36
TEST_F
Function · 0.36