Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ log_debug_check_authz
Function
log_debug_check_authz
modules/loggers/mod_log_debug.c:161–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
static int log_debug_check_authz(request_rec *r)
162
{
163
do_debug_log(r, hooks[10]);
164
return DECLINED;
165
}
166
167
static void log_debug_insert_filter(request_rec *r)
168
{
Callers
nothing calls this directly
Calls
1
do_debug_log
Function · 0.85
Tested by
no test coverage detected