Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ dav_get_search_hooks
Function
dav_get_search_hooks
modules/dav/main/mod_dav.c:248–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
}
247
248
DAV_DECLARE(const dav_hooks_search *) dav_get_search_hooks(request_rec *r)
249
{
250
return dav_get_provider(r)->search;
251
}
252
253
DAV_DECLARE(const char *) dav_get_base_path(request_rec *r)
254
{
Callers
1
mod_dav.h
File · 0.85
Calls
1
dav_get_provider
Function · 0.85
Tested by
no test coverage detected