Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ writeStylesheetRef
Method
writeStylesheetRef
unittests/catch.hpp:11209–11211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11207
}
11208
11209
void XmlWriter::writeStylesheetRef( std::string const& url ) {
11210
m_os <<
"<?xml-stylesheet type=\"
text/xsl\
" href=\"
" << url << "
\
"?>\n"
;
11211
}
11212
11213
XmlWriter& XmlWriter::writeBlankLine() {
11214
ensureTagClosed();
Callers
1
testRunStarting
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected