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

Function get_fn_info

modules/generators/mod_info.c:134–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134static const char *get_fn_info(request_rec *r)
135{
136 if (r)
137 return ap_get_module_config(r->request_config, &info_module);
138 else
139 return dump_config_fn_info;
140}
141
142
143static void mod_info_indent(request_rec * r, int nest,

Callers 1

mod_info_indentFunction · 0.85

Calls 1

ap_get_module_configFunction · 0.85

Tested by

no test coverage detected