Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ Write
Method
Write
Engine/source/persistence/taml/fsTinyXml.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void VfsXMLPrinter::Write(const char* data, size_t size)
55
{
56
m_Stream.write(size, data);
57
}
58
59
void VfsXMLPrinter::Putc(char ch)
60
{
Callers
2
PrintString
Method · 0.45
PushAttribute
Method · 0.45
Calls
1
write
Method · 0.45
Tested by
no test coverage detected