0x004C9B56
| 178 | |
| 179 | // 0x004C9B56 |
| 180 | Window* find(WindowType type) |
| 181 | { |
| 182 | return findImpl([type](auto&& w) { |
| 183 | return w.type == type; |
| 184 | }); |
| 185 | } |
| 186 | |
| 187 | // 0x004C9B56 |
| 188 | Window* find(WindowType type, WindowNumber_t number) |
no test coverage detected