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