| 284 | } |
| 285 | |
| 286 | uint32_t node_t::optimize_update(uint32_t flags) |
| 287 | { |
| 288 | if (!this->is_enabled()) |
| 289 | { |
| 290 | return flags | update_flag::MASKED; |
| 291 | } |
| 292 | |
| 293 | return flags; |
| 294 | } |
| 295 | |
| 296 | // ------------------------------ output_node_t -------------------------------- |
| 297 |