| 118 | } |
| 119 | |
| 120 | bool DebuggerView::acceptsEventType(const char* event_type) |
| 121 | { |
| 122 | auto [begin, end] = m_event_handlers.equal_range(event_type); |
| 123 | return begin != end; |
| 124 | } |
| 125 | |
| 126 | |
| 127 | void DebuggerView::toJson(JsonValueWrapper& json) |
no outgoing calls
no test coverage detected