Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/TriangleMeshDistance
/ writeStylesheetRef
Method
writeStylesheetRef
tests/catch.hpp:12727–12729 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12725
}
12726
12727
void XmlWriter::writeStylesheetRef( std::string const& url ) {
12728
m_os <<
"<?xml-stylesheet type=\"
text/xsl\
" href=\"
" << url << "
\
"?>\n"
;
12729
}
12730
12731
XmlWriter& XmlWriter::writeBlankLine() {
12732
ensureTagClosed();
Callers
1
testRunStarting
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected