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