MCPcopy Create free account
hub / github.com/apache/httpd / dav_get_liveprop_ns_index

Function dav_get_liveprop_ns_index

modules/dav/main/liveprop.c:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56DAV_DECLARE(long) dav_get_liveprop_ns_index(const char *uri)
57{
58 return (long)apr_hash_get(dav_liveprop_uris, uri, APR_HASH_KEY_STRING);
59}
60
61DAV_DECLARE(long) dav_get_liveprop_ns_count(void)
62{

Callers 2

dav_get_propsFunction · 0.85
dav_get_liveprop_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected