MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / el_insertstr

Function el_insertstr

extern/editline/src/eln.c:389–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387
388
389int
390el_insertstr(EditLine *el, const char *str)
391{
392 return el_winsertstr(el, ct_decode_string(str, &el->el_lgcyconv));
393}

Callers 3

rl_completeFunction · 0.85
rl_insert_textFunction · 0.85
rl_stuff_charFunction · 0.85

Calls 1

ct_decode_stringFunction · 0.85

Tested by

no test coverage detected