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

Method DbgController

source/MaaDbgControlUnit/DbgController.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34} // namespace
35
36DbgController::DbgController(std::filesystem::path path)
37 : path_(std::move(path))
38{
39 LogFunc << VAR(path_);
40}
41
42bool DbgController::connect()
43{

Callers

nothing calls this directly

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected