MCPcopy 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
41RecordController::~RecordController()
42{
43 LogFunc;
44
45 if (record_file_.is_open()) {
46 record_file_.flush();
47 record_file_.close();
48 }
49}
50
51bool RecordController::connect()
52{

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected