Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ hist_end
Function
hist_end
extern/editline/src/hist.c:71–77 ·
view source on GitHub ↗
hist_end(): * clean up history; */
Source
from the content-addressed store, hash-verified
69
* clean up history;
70
*/
71
protected void
72
hist_end(EditLine *el)
73
{
74
75
el_free(el->el_history.buf);
76
el->el_history.buf = NULL;
77
}
78
79
80
/* hist_set():
Callers
1
el_end
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected