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

Method Write

BeefySysLib/DataStream.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void Beefy::DataStream::Write(int32 val)
193{
194 Write(&val, sizeof(int32));
195}
196
197void Beefy::DataStream::Write(int64 val)
198{

Callers

nothing calls this directly

Calls 5

lengthMethod · 0.45
c_strMethod · 0.45
GetSizeMethod · 0.45
SetPosMethod · 0.45
ReadMethod · 0.45

Tested by

no test coverage detected