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

Function dav_fs_pathname

modules/dav/fs/repos.c:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234const char *dav_fs_pathname(const dav_resource *resource)
235{
236 return resource->info->pathname;
237}
238
239dav_error * dav_fs_dir_file_name(
240 const dav_resource *resource,

Callers 3

dav_fs_build_keyFunction · 0.85
dav_fs_remove_lockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected