Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ log_debug_fixups
Function
log_debug_fixups
modules/loggers/mod_log_debug.c:131–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
static int log_debug_fixups(request_rec *r)
132
{
133
do_debug_log(r, hooks[5]);
134
return DECLINED;
135
}
136
137
static int log_debug_type_checker(request_rec *r)
138
{
Callers
nothing calls this directly
Calls
1
do_debug_log
Function · 0.85
Tested by
no test coverage detected