MCPcopy 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
40bool DebugAdapterType::CanConnect(Ref<BinaryView> data)
41{
42 return BNDebugAdapterTypeCanConnect(m_object, data->GetObject());
43}
44
45
46bool DebugAdapterType::CanExecute(Ref<BinaryView> data)

Callers 1

canConnectMethod · 0.45

Calls 2

GetObjectMethod · 0.45

Tested by

no test coverage detected