MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / init

Method init

source/MaaAdbControlUnit/Invoke/InvokeApp.cpp:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55bool InvokeApp::init(const std::string& force_temp)
56{
57 tempname_ = force_temp.empty() ? format_now_for_filename() : force_temp;
58
59 LogDebug << VAR(tempname_);
60
61 return true;
62}
63
64std::optional<std::vector<std::string>> InvokeApp::abilist()
65{

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected