Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ writeStylesheetRef
Method
writeStylesheetRef
extlibs/catch/include/catch/catch.hpp:14918–14920 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14916
}
14917
14918
void XmlWriter::writeStylesheetRef( std::string const& url ) {
14919
m_os <<
"<?xml-stylesheet type=\"
text/xsl\
" href=\"
" << url << "
\
"?>\n"
;
14920
}
14921
14922
XmlWriter& XmlWriter::writeBlankLine() {
14923
ensureTagClosed();
Callers
1
testRunStarting
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected