Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ writeDeclaration
Method
writeDeclaration
tests/framework/src/doctest.cpp:2308–2310 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2306
}
2307
2308
void XmlWriter::writeDeclaration() {
2309
m_os <<
"<?xml version=\"
1.0\
" encoding=\"
UTF-8\
"?>\n"
;
2310
}
2311
2312
void XmlWriter::newlineIfNecessary() {
2313
if( m_needsNewline ) {
Callers
3
test_run_start
Method · 0.80
report_query
Method · 0.80
test_run_start
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected