MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / nextChar

Function nextChar

tools/shell/linenoise.cpp:3122–3124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3120}
3121
3122static uint32_t nextChar(struct linenoiseState* l) {
3123 return utf8proc_next_grapheme(l->buf, l->len, l->pos);
3124}
3125
3126/* Move cursor on the left. */
3127void linenoiseEditMoveLeft(struct linenoiseState* l) {

Callers 4

linenoiseEditMoveRightFunction · 0.85
linenoiseEditDeleteFunction · 0.85
linenoiseEditFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected