Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
223
void DataStream::WriteSZ(const StringImpl& val)
224
{
225
Write((void*)val.c_str(), (int)val.length() + 1);
226
}
227
228
void Beefy::DataStream::Write(float val)
229
{
Callers
1
WriteDLLLib
Method · 0.80
Calls
2
c_str
Method · 0.45
length
Method · 0.45
Tested by
no test coverage detected