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

Function do_cache_negotiated_docs

modules/mappers/mod_negotiation.c:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150static int do_cache_negotiated_docs(server_rec *s)
151{
152 return (ap_get_module_config(s->module_config,
153 &negotiation_module) != NULL);
154}
155
156static const command_rec negotiation_cmds[] =
157{

Callers 1

do_negotiationFunction · 0.85

Calls 1

ap_get_module_configFunction · 0.85

Tested by

no test coverage detected