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

Function BNDebuggerGetAdapterProperty

core/ffi.cpp:965–968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

963
964
965DEBUGGER_FFI_API BNMetadata* BNDebuggerGetAdapterProperty(BNDebuggerController* controller, const char* name)
966{
967 return API_OBJECT_REF(controller->object->GetAdapterProperty(name));
968}
969
970
971DEBUGGER_FFI_API bool BNDebuggerSetAdapterProperty(

Callers 1

GetAdapterPropertyMethod · 0.85

Calls 2

API_OBJECT_REFFunction · 0.85
GetAdapterPropertyMethod · 0.45

Tested by

no test coverage detected