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

Method WriteSNZ

BeefySysLib/DataStream.cpp:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218void DataStream::WriteSNZ(const StringImpl& val)
219{
220 Write((void*)val.c_str(), (int)val.length());
221}
222
223void DataStream::WriteSZ(const StringImpl& val)
224{

Callers 5

OutputLineMethod · 0.80
FailMethod · 0.80
OutputThreadFunction · 0.80
RunLoopMethod · 0.80
WriteDLLLibMethod · 0.80

Calls 2

c_strMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected