Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ ReadBytes
Method
ReadBytes
Source/SimpleFile.cpp:150–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
std::size_t CSimpleFile::ReadBytes(void *pBuf, size_t count) {
151
m_fFile.read(reinterpret_cast<char *>(pBuf), count);
152
return m_fFile.gcount();
153
}
154
155
std::string CSimpleFile::ReadString()
156
{
Callers
3
DoReadFromFTI
Method · 0.80
OpenDocumentOld
Method · 0.80
Read
Method · 0.80
Calls
1
read
Method · 0.80
Tested by
no test coverage detected