Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Profactor/cv-plot
/ writeStylesheetRef
Method
writeStylesheetRef
CvPlot/ext/catch2/inc/catch.hpp:15390–15392 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15388
}
15389
15390
void XmlWriter::writeStylesheetRef( std::string const& url ) {
15391
m_os <<
"<?xml-stylesheet type=\"
text/xsl\
" href=\"
" << url << "
\
"?>\n"
;
15392
}
15393
15394
XmlWriter& XmlWriter::writeBlankLine() {
15395
ensureTagClosed();
Callers
1
testRunStarting
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected