MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / finish

Method finish

src/activities/Activity.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22void Activity::setResult(ActivityResult&& result) { this->result = std::move(result); }
23
24void Activity::finish() { activityManager.popActivity(); }

Callers

nothing calls this directly

Calls 1

popActivityMethod · 0.80

Tested by

no test coverage detected