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

Function dav_core_is_writable

modules/dav/main/std_liveprop.c:175–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175static int dav_core_is_writable(const dav_resource *resource, int propid)
176{
177 const dav_liveprop_spec *info;
178
179 (void) dav_get_liveprop_info(propid, &dav_core_liveprop_group, &info);
180 return info->is_writable;
181}
182
183static dav_error * dav_core_patch_validate(const dav_resource *resource,
184 const apr_xml_elem *elem,

Callers

nothing calls this directly

Calls 1

dav_get_liveprop_infoFunction · 0.85

Tested by

no test coverage detected