Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ dav_dbm_exists
Function
dav_dbm_exists
modules/dav/fs/dbm.c:246–249 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
}
245
246
int dav_dbm_exists(dav_db *db, apr_datum_t key)
247
{
248
return apr_dbm_exists(db->file, key);
249
}
250
251
static dav_error * dav_dbm_firstkey(dav_db *db, apr_datum_t *pkey)
252
{
Callers
3
dav_propdb_open
Function · 0.85
dav_propdb_exists
Function · 0.85
dav_fs_has_locks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected