Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaaXYZ/MaaFramework
/ ~RecordController
Method
~RecordController
source/MaaRecordControlUnit/RecordController.cpp:41–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
RecordController::~RecordController()
42
{
43
LogFunc;
44
45
if (record_file_.is_open()) {
46
record_file_.flush();
47
record_file_.close();
48
}
49
}
50
51
bool RecordController::connect()
52
{
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected