Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ read
Method
read
FastCopy/FileWrapper.cpp:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
}
8
9
bool FileWrapper::read(void* buffer, size_t elementSize, size_t elementCount)
10
{
11
return fread(buffer, elementSize, elementCount, m_fp) == elementCount;
12
}
13
14
FileWrapper::~FileWrapper()
15
{
Callers
1
GetNumFiles
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected