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

Method GetProperty

core/debugadapter.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130
131Ref<Metadata> DebugAdapter::GetProperty(const std::string& name)
132{
133 return nullptr;
134}
135
136
137bool DebugAdapter::SetProperty(const std::string& name, const BinaryNinja::Ref<BinaryNinja::Metadata>& value)

Callers 1

GetAdapterPropertyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected