Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ ToComment
Method
ToComment
Source/3rdParty/tinyxml2/tinyxml2.h:551–553 ·
view source on GitHub ↗
Safely cast to a Comment, or null.
Source
from the content-addressed store, hash-verified
549
}
550
/// Safely cast to a Comment, or null.
551
virtual XMLComment* ToComment() {
552
return 0;
553
}
554
/// Safely cast to a Document, or null.
555
virtual XMLDocument* ToDocument() {
556
return 0;
Callers
1
ShallowEqual
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected