Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ dav_get_propdb_hooks
Function
dav_get_propdb_hooks
modules/dav/main/mod_dav.c:233–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
DAV_DECLARE(const dav_hooks_propdb *) dav_get_propdb_hooks(request_rec *r)
234
{
235
return dav_get_provider(r)->propdb;
236
}
237
238
DAV_DECLARE(const dav_hooks_vsn *) dav_get_vsn_hooks(request_rec *r)
239
{
Callers
1
mod_dav.h
File · 0.85
Calls
1
dav_get_provider
Function · 0.85
Tested by
no test coverage detected