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

Method finalize

src/log/catchup.cpp:73–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 void finalize() override
74 {
75 checking.discard();
76 filling.discard();
77
78 // TODO(benh): Discard our promise only after 'checking' and
79 // 'filling' have completed (ready, failed, or discarded).
80 promise.discard();
81 }
82
83private:
84 void check()

Callers

nothing calls this directly

Calls 1

discardMethod · 0.45

Tested by

no test coverage detected