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

Method readFile

src/autotests/GitIgnoreListTest.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 public:
19 QString m_fileContents;
20 [[nodiscard]] QString readFile([[maybe_unused]] const QString& fileName) const final
21 {
22 return m_fileContents;
23 }
24};
25
26class GitIgnoreListTest : public QObject

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected