MCPcopy Create free account
hub / github.com/defold/defold / Write

Method Write

engine/ddf/src/ddf/ddf_outputstream.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 bool OutputStream::Write(const void* buffer, int length)
28 {
29 return m_SaveFunction(m_Context, buffer, length);
30 }
31
32 bool OutputStream::WriteTag(uint32_t number, WireType type)
33 {

Callers 1

DoSaveMessageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected