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

Function BNDebuggerNewControllerReference

core/ffi.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172
173
174BNDebuggerController* BNDebuggerNewControllerReference(BNDebuggerController* controller)
175{
176 return DBG_API_OBJECT_NEW_REF(controller);
177}
178
179
180void BNDebuggerFreeController(BNDebuggerController* view)

Callers

nothing calls this directly

Calls 1

DBG_API_OBJECT_NEW_REFFunction · 0.85

Tested by

no test coverage detected