MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / acceptsEventType

Method acceptsEventType

pcsx2-qt/Debugger/DebuggerView.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120bool 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
127void DebuggerView::toJson(JsonValueWrapper& json)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected