Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ beginning
Method
beginning
src/log/log.cpp:358–361 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
356
357
358
Future<Log::Position> LogReaderProcess::beginning()
359
{
360
return recover().then(defer(self(), &Self::_beginning));
361
}
362
363
364
Future<Log::Position> LogReaderProcess::_beginning()
Callers
6
_start
Method · 0.45
_beginning
Method · 0.45
_recover
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