Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ Putc
Method
Putc
Engine/source/persistence/taml/fsTinyXml.cpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void VfsXMLPrinter::Putc(char ch)
60
{
61
m_Stream.write(static_cast<U8>(ch));
62
}
63
64
bool VfsXMLDocument::LoadFile(const char* pFilename)
65
{
Callers
2
PrintString
Method · 0.45
PushAttribute
Method · 0.45
Calls
1
write
Method · 0.45
Tested by
no test coverage detected