MCPcopy Create free account
hub / github.com/Vector35/debugger / CanExecute

Method CanExecute

api/debugadaptertype.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46bool DebugAdapterType::CanExecute(Ref<BinaryView> data)
47{
48 return BNDebugAdapterTypeCanExecute(m_object, data->GetObject());
49}
50
51
52std::vector<std::string> DebugAdapterType::GetAvailableAdapters(Ref<BinaryView> data)

Callers 2

canExecMethod · 0.45
selectAdapterMethod · 0.45

Calls 2

GetObjectMethod · 0.45

Tested by

no test coverage detected