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

Function test_ifdefine_section

server/core.c:2909–2912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2907}
2908
2909static int test_ifdefine_section(cmd_parms *cmd, const char *arg)
2910{
2911 return ap_exists_config_define(arg);
2912}
2913
2914static int test_iffile_section(cmd_parms *cmd, const char *arg)
2915{

Callers

nothing calls this directly

Calls 1

ap_exists_config_defineFunction · 0.85

Tested by

no test coverage detected