Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
void DataStream::WriteSNZ(const StringImpl& val)
219
{
220
Write((void*)val.c_str(), (int)val.length());
221
}
222
223
void DataStream::WriteSZ(const StringImpl& val)
224
{
Callers
5
OutputLine
Method · 0.80
Fail
Method · 0.80
OutputThread
Function · 0.80
RunLoop
Method · 0.80
WriteDLLLib
Method · 0.80
Calls
2
c_str
Method · 0.45
length
Method · 0.45
Tested by
no test coverage detected