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