Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catchorg/Catch2
/ writeStylesheetRef
Method
writeStylesheetRef
extras/catch_amalgamated.cpp:8633–8635 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8631
}
8632
8633
void XmlWriter::writeStylesheetRef( StringRef url ) {
8634
m_os << R
"(<?xml-stylesheet type="
text/xsl
" href="
)
" << url << R"
(
"?>)"
<<
'\n'
;
8635
}
8636
8637
void XmlWriter::ensureTagClosed() {
8638
if( m_tagIsOpen ) {
Callers
1
testRunStarting
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected