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

Method initialize

src/linux/routing/link/link.cpp:163–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162protected:
163 virtual void initialize()
164 {
165 // Stop when no one cares.
166 promise.future().onDiscard(lambda::bind(
167 static_cast<void (*)(const UPID&, bool)>(terminate), self(), true));
168
169 check();
170 }
171
172 virtual void finalize()
173 {

Callers

nothing calls this directly

Calls 3

checkFunction · 0.85
bindFunction · 0.50
futureMethod · 0.45

Tested by

no test coverage detected