| 242 | std::vector<std::string> GetAvailableAdapters() { return m_availableAdapters; } |
| 243 | |
| 244 | void SetAdapter(DebugAdapter* adapter) { m_adapter = adapter; } |
| 245 | }; |
| 246 | }; // namespace BinaryNinjaDebugger |
nothing calls this directly
no outgoing calls
no test coverage detected