Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
3505
void lf_push_element_id(int64_t id) {
3506
state.element_id_stack = id;
3507
}
3508
3509
void lf_pop_element_id() {
3510
state.element_id_stack = -1;
Callers
3
_lf_progress_bar_val_loc
Function · 0.85
_lf_progress_bar_int_loc
Function · 0.85
_lf_progress_stripe_int_loc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected