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

Function lf_get_current_div_ptr

leif.c:2937–2939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2935}
2936
2937LfDiv* lf_get_current_div_ptr() {
2938 return &state.current_div;
2939}
2940
2941LfDiv* lf_get_selected_div_ptr() {
2942 return &state.selected_div;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected