Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ writeStylesheetRef
Method
writeStylesheetRef
Source/ThirdParty/catch2/catch.hpp:15718–15720 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15716
}
15717
15718
void XmlWriter::writeStylesheetRef( std::string const& url ) {
15719
m_os <<
"<?xml-stylesheet type=\"
text/xsl\
" href=\"
" << url << "
\
"?>\n"
;
15720
}
15721
15722
XmlWriter& XmlWriter::writeBlankLine() {
15723
ensureTagClosed();
Callers
1
testRunStarting
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected