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

Function ap_find_module_name

server/config.c:818–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816}
817
818AP_DECLARE(const char *) ap_find_module_name(module *m)
819{
820 return m->name;
821}
822
823AP_DECLARE(const char *) ap_find_module_short_name(int module_index)
824{

Callers 1

http_config.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected