MCPcopy 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
9bool FileWrapper::read(void* buffer, size_t elementSize, size_t elementCount)
10{
11 return fread(buffer, elementSize, elementCount, m_fp) == elementCount;
12}
13
14FileWrapper::~FileWrapper()
15{

Callers 1

GetNumFilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected