MCPcopy Create free account
hub / github.com/Kitware/CMake / Parse

Method Parse

Source/cmXMLParser.cxx:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28int cmXMLParser::Parse(char const* string)
29{
30 return this->InitializeParser() &&
31 this->ParseChunk(string, strlen(string)) && this->CleanupParser();
32}
33
34int cmXMLParser::ParseFile(char const* file)
35{

Callers 1

ParseFileMethod · 0.95

Calls 4

InitializeParserMethod · 0.95
ParseChunkMethod · 0.95
CleanupParserMethod · 0.95
strlenFunction · 0.50

Tested by

no test coverage detected