MCPcopy Create free account
hub / github.com/avast/retdec / ToDocument

Function ToDocument

deps/tinyxml2/include/tinyxml2/tinyxml2.h:698–700  ·  view source on GitHub ↗

Safely cast to a Document, or null.

Source from the content-addressed store, hash-verified

696 }
697 /// Safely cast to a Document, or null.
698 virtual XMLDocument* ToDocument() {
699 return 0;
700 }
701 /// Safely cast to a Declaration, or null.
702 virtual XMLDeclaration* ToDeclaration() {
703 return 0;

Callers 1

ParseDeepMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected