Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaaXYZ/MaaFramework
/ remove_binary
Method
remove_binary
source/MaaAdbControlUnit/Input/MtouchHelper.cpp:124–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
void MtouchHelper::remove_binary()
125
{
126
LogTrace;
127
if (invoke_app_) {
128
invoke_app_->remove();
129
}
130
}
131
132
bool MtouchHelper::read_info()
133
{
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected