Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
131
Ref<Metadata> DebugAdapter::GetProperty(const std::string& name)
132
{
133
return nullptr;
134
}
135
136
137
bool DebugAdapter::SetProperty(const std::string& name, const BinaryNinja::Ref<BinaryNinja::Metadata>& value)
Callers
1
GetAdapterProperty
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected