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

Function _lf_input_float_loc

leif.c:2745–2747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2743 input_field(input, INPUT_INT, file, line);
2744}
2745void _lf_input_float_loc(LfInputField* input, const char* file, int32_t line) {
2746 input_field(input, INPUT_FLOAT, file, line);
2747}
2748void lf_input_insert_char_idx(LfInputField* input, char c, uint32_t idx) {
2749 lf_input_field_unselect_all(input);
2750 insert_i_str(input->buf, c, idx);

Callers

nothing calls this directly

Calls 1

input_fieldFunction · 0.85

Tested by

no test coverage detected