Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ writeStylesheetRef
Method
writeStylesheetRef
Bcore/src/main/cpp/Dobby/tests/catch.hpp:11120–11122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11118
}
11119
11120
void XmlWriter::writeStylesheetRef(std::string const &url) {
11121
m_os <<
"<?xml-stylesheet type=\"
text/xsl\
" href=\"
" << url << "
\
"?>\n"
;
11122
}
11123
11124
XmlWriter &XmlWriter::writeBlankLine() {
11125
ensureTagClosed();
Callers
1
testRunStarting
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected