| 134 | } |
| 135 | |
| 136 | void SetCurrentDebugParam(paf::Plugin *plugin, paf::ui::Scene *page) |
| 137 | { |
| 138 | s_currentPlugin = plugin; |
| 139 | s_currentPage = page; |
| 140 | } |
| 141 | |
| 142 | void SetPageDebugMode(paf::Plugin *plugin, paf::IDParam const& id, paf::Plugin::PageDebugMode mode, bool on) |
| 143 | { |
no outgoing calls
no test coverage detected