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