| 144 | } |
| 145 | |
| 146 | void PyUIHookRegistry::invoke(const std::string& panel, |
| 147 | const std::string& section, |
| 148 | PyHookPosition position) { |
| 149 | (void)invoke_document(panel, section, nullptr, position); |
| 150 | } |
| 151 | |
| 152 | bool PyUIHookRegistry::invoke_document(const std::string& panel, |
| 153 | const std::string& section, |
no outgoing calls
no test coverage detected