Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
void Beefy::DataStream::Write(int32 val)
193
{
194
Write(&val, sizeof(int32));
195
}
196
197
void Beefy::DataStream::Write(int64 val)
198
{
Callers
nothing calls this directly
Calls
5
length
Method · 0.45
c_str
Method · 0.45
GetSize
Method · 0.45
SetPos
Method · 0.45
Read
Method · 0.45
Tested by
no test coverage detected