| 267 | } |
| 268 | |
| 269 | DEFINE_VMETHOD_INTERPOSE(void, feed, (std::set<df::interface_key> *input)) { |
| 270 | if (!handleInput(input)) { |
| 271 | INTERPOSE_NEXT(feed)(input); |
| 272 | } |
| 273 | } |
| 274 | |
| 275 | DEFINE_VMETHOD_INTERPOSE(void, render, ()) { |
| 276 | INTERPOSE_NEXT(render)(); |
nothing calls this directly
no test coverage detected