Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ log_debug_check_access_ex
Function
log_debug_check_access_ex
modules/loggers/mod_log_debug.c:149–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
static int log_debug_check_access_ex(request_rec *r)
150
{
151
do_debug_log(r, hooks[8]);
152
return DECLINED;
153
}
154
155
static int log_debug_check_authn(request_rec *r)
156
{
Callers
nothing calls this directly
Calls
1
do_debug_log
Function · 0.85
Tested by
no test coverage detected