Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Write
Method
Write
BeefySysLib/FileStream.cpp:148–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
void FileStream::Write(void* ptr, int size)
149
{
150
fwrite(ptr, 1, size, mFP);
151
}
152
153
int FileStream::GetPos()
154
{
Callers
nothing calls this directly
Calls
1
BfpFile_Write
Function · 0.50
Tested by
no test coverage detected