Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
DbgController::DbgController(std::filesystem::path path)
37
: path_(std::move(path))
38
{
39
LogFunc << VAR(path_);
40
}
41
42
bool DbgController::connect()
43
{
Callers
nothing calls this directly
Calls
1
move
Function · 0.85
Tested by
no test coverage detected