Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ writeStylesheetRef
Method
writeStylesheetRef
test/expected/catch.hpp:15408–15410 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15406
}
15407
15408
void XmlWriter::writeStylesheetRef( std::string const& url ) {
15409
m_os <<
"<?xml-stylesheet type=\"
text/xsl\
" href=\"
" << url << "
\
"?>\n"
;
15410
}
15411
15412
XmlWriter& XmlWriter::writeBlankLine() {
15413
ensureTagClosed();
Callers
1
testRunStarting
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected