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