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

Method writeFile

src/autotests/MocIgnoreFile.h:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61 bool readFile(void* /*pDestBuffer*/, qint64 /*maxLength*/) override { return true;};
62 bool writeFile(const void* /*pSrcBuffer*/, qint64 /*length*/) override { return true; };
63
64 private:
65 QString mPath = "/test/ui/.cvsignore";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected