Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
150
static int do_cache_negotiated_docs(server_rec *s)
151
{
152
return (ap_get_module_config(s->module_config,
153
&negotiation_module) != NULL);
154
}
155
156
static const command_rec negotiation_cmds[] =
157
{
Callers
1
do_negotiation
Function · 0.85
Calls
1
ap_get_module_config
Function · 0.85
Tested by
no test coverage detected