MCPcopy Create free account
hub / github.com/cococry/leif / lf_push_element_id

Function lf_push_element_id

leif.c:3505–3507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3503 state.div_hoverable = clickable;
3504}
3505void lf_push_element_id(int64_t id) {
3506 state.element_id_stack = id;
3507}
3508
3509void lf_pop_element_id() {
3510 state.element_id_stack = -1;

Callers 3

_lf_progress_bar_val_locFunction · 0.85
_lf_progress_bar_int_locFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected