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

Function dav_fs_pool

modules/dav/fs/repos.c:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229apr_pool_t *dav_fs_pool(const dav_resource *resource)
230{
231 return resource->info->pool;
232}
233
234const char *dav_fs_pathname(const dav_resource *resource)
235{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected