MCPcopy Create free account
hub / github.com/ClusterLabs/pacemaker / xml_has_children

Function xml_has_children

lib/common/xml.c:1116–1123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1114}
1115
1116gboolean
1117xml_has_children(const xmlNode *xml_root)
1118{
1119 if(xml_root != NULL && xml_root->children != NULL) {
1120 return TRUE;
1121 }
1122 return FALSE;
1123}
1124
1125int
1126crm_element_value_int(xmlNode *data, const char *name, int *dest)

Callers 13

find_resource_attrFunction · 0.85
find_ticket_stateFunction · 0.85
print_statusFunction · 0.85
find_ticket_stateFunction · 0.85
dump_data_elementFunction · 0.85
delete_cib_objectFunction · 0.85
cib_process_createFunction · 0.85
acl_check_diff_xmlFunction · 0.85
log_data_elementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected