| 3500 | } |
| 3501 | |
| 3502 | void lf_set_div_hoverable(bool clickable) { |
| 3503 | state.div_hoverable = clickable; |
| 3504 | } |
| 3505 | void lf_push_element_id(int64_t id) { |
| 3506 | state.element_id_stack = id; |
| 3507 | } |
nothing calls this directly
no outgoing calls
no test coverage detected