Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3369
int
3370
xmlValidateNameValue(const xmlChar *value) {
3371
return(xmlValidateNameValueInternal(NULL, value));
3372
}
3373
3374
/**
3375
* xmlValidateNamesValueInternal:
Callers
nothing calls this directly
Calls
1
xmlValidateNameValueInternal
Function · 0.85
Tested by
no test coverage detected