MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlValidateNameValue

Function xmlValidateNameValue

ThirdParty/libxml2/vtklibxml2/valid.c:3369–3372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3367 */
3368
3369int
3370xmlValidateNameValue(const xmlChar *value) {
3371 return(xmlValidateNameValueInternal(NULL, value));
3372}
3373
3374/**
3375 * xmlValidateNamesValueInternal:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected