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

Function lua_ap_get_config

modules/lua/lua_request.c:2648–2653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2646}
2647
2648static int lua_ap_get_config(lua_State *L) {
2649 request_rec *r = ap_lua_check_request_rec(L, 1);
2650 read_cfg_tree(L, r, ap_conftree);
2651
2652 return 1;
2653}
2654
2655
2656/* Hack, hack, hack...! TODO: Make this actually work properly */

Callers

nothing calls this directly

Calls 2

read_cfg_treeFunction · 0.85
ap_lua_check_request_recFunction · 0.70

Tested by

no test coverage detected