Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
void Activity::setResult(ActivityResult&& result) { this->result = std::move(result); }
23
24
void Activity::finish() { activityManager.popActivity(); }
Callers
nothing calls this directly
Calls
1
popActivity
Method · 0.80
Tested by
no test coverage detected