MCPcopy Create free account
hub / github.com/apache/mesos / initialize

Method initialize

src/log/catchup.cpp:64–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63protected:
64 void initialize() override
65 {
66 // Stop when no one cares.
67 promise.future().onDiscard(lambda::bind(
68 static_cast<void(*)(const UPID&, bool)>(terminate), self(), true));
69
70 check();
71 }
72
73 void finalize() override
74 {

Callers

nothing calls this directly

Calls 3

checkFunction · 0.85
bindFunction · 0.50
futureMethod · 0.45

Tested by

no test coverage detected