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