MCPcopy Create free account
hub / github.com/beefytech/Beef / WriteSZ

Method WriteSZ

BeefySysLib/DataStream.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223void DataStream::WriteSZ(const StringImpl& val)
224{
225 Write((void*)val.c_str(), (int)val.length() + 1);
226}
227
228void Beefy::DataStream::Write(float val)
229{

Callers 1

WriteDLLLibMethod · 0.80

Calls 2

c_strMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected