Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ rl_read_init_file
Function
rl_read_init_file
extern/editline/src/readline.c:2055–2059 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2053
}
2054
2055
int
2056
rl_read_init_file(const char *s)
2057
{
2058
return el_source(e, s);
2059
}
2060
2061
int
2062
rl_parse_and_bind(const char *line)
Callers
nothing calls this directly
Calls
1
el_source
Function · 0.85
Tested by
no test coverage detected