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

Method writeFile

test/fakefileaccess.cpp:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 return true;
75}
76bool FileAccess::writeFile(const void* pSrcBuffer, qint64 length )
77{
78 Q_UNUSED(pSrcBuffer);
79 Q_UNUSED(length);
80 return true;
81}
82
83// bool listDir( t_DirectoryList* pDirList, bool bRecursive, bool bFindHidden,
84// const QString& filePattern, const QString& fileAntiPattern,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected