Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/Fastbot_Android
/ ~State
Method
~State
native/desc/State.cpp:125–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
State::~State() {
126
this->_activity.reset();
127
this->_actions.clear();
128
this->_backAction = nullptr;
129
this->_widgets.clear();
130
131
this->_mergedWidgets.clear();
132
}
133
134
135
void State::clearDetails() {
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected