Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ CanConnect
Method
CanConnect
api/debugadaptertype.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
39
40
bool DebugAdapterType::CanConnect(Ref<BinaryView> data)
41
{
42
return BNDebugAdapterTypeCanConnect(m_object, data->GetObject());
43
}
44
45
46
bool DebugAdapterType::CanExecute(Ref<BinaryView> data)
Callers
1
canConnect
Method · 0.45
Calls
2
BNDebugAdapterTypeCanConnect
Function · 0.85
GetObject
Method · 0.45
Tested by
no test coverage detected