MCPcopy Create free account
hub / github.com/KDE/kdiff3 / readFile

Method readFile

test/fakefileaccess.cpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70bool FileAccess::readFile(void* pDestBuffer, qint64 maxLength )
71{
72 Q_UNUSED(pDestBuffer)
73 Q_UNUSED(maxLength);
74 return true;
75}
76bool FileAccess::writeFile(const void* pSrcBuffer, qint64 length )
77{
78 Q_UNUSED(pSrcBuffer);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected