Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
389
int
390
el_insertstr(EditLine *el, const char *str)
391
{
392
return el_winsertstr(el, ct_decode_string(str, &el->el_lgcyconv));
393
}
Callers
3
rl_complete
Function · 0.85
rl_insert_text
Function · 0.85
rl_stuff_char
Function · 0.85
Calls
1
ct_decode_string
Function · 0.85
Tested by
no test coverage detected