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

Method GetAdapterProperty

core/debuggercontroller.cpp:1863–1875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1861
1862
1863Ref<Metadata> DebuggerController::GetAdapterProperty(const std::string& name)
1864{
1865 if (!m_adapter)
1866 {
1867 if (!CreateDebugAdapter())
1868 return nullptr;
1869
1870 if (!m_adapter)
1871 return nullptr;
1872 }
1873
1874 return m_adapter->GetProperty(name);
1875}
1876
1877
1878bool DebuggerController::SetAdapterProperty(

Callers 1

Calls 1

GetPropertyMethod · 0.45

Tested by

no test coverage detected