MCPcopy Create free account
hub / github.com/apache/httpd / cfg_directory

Function cfg_directory

modules/lua/lua_config.c:137–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137static int cfg_directory(lua_State *L)
138{
139 ap_lua_dir_cfg *cfg = check_dir_config(L, 1);
140 lua_pushstring(L, cfg->dir);
141 return 1;
142}
143
144/*static int cfg_root(lua_State *L)
145{

Callers

nothing calls this directly

Calls 1

check_dir_configFunction · 0.85

Tested by

no test coverage detected