Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ finalize
Method
finalize
src/state/log.cpp:235–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
234
235
void LogStorageProcess::finalize()
236
{
237
if (starting.isSome()) {
238
Future<Nothing>(starting.get()).discard();
239
}
240
}
241
242
243
Future<Nothing> LogStorageProcess::start()
Callers
nothing calls this directly
Calls
3
isSome
Method · 0.45
discard
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected