| 3473 | } |
| 3474 | |
| 3475 | void lf_set_current_div_scroll(float scroll) { |
| 3476 | *state.scroll_ptr = scroll; |
| 3477 | } |
| 3478 | float lf_get_current_div_scroll() { |
| 3479 | return *state.scroll_ptr; |
| 3480 | } |
nothing calls this directly
no outgoing calls
no test coverage detected