MCPcopy 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
235void LogStorageProcess::finalize()
236{
237 if (starting.isSome()) {
238 Future<Nothing>(starting.get()).discard();
239 }
240}
241
242
243Future<Nothing> LogStorageProcess::start()

Callers

nothing calls this directly

Calls 3

isSomeMethod · 0.45
discardMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected