MCPcopy Create free account
hub / github.com/KDE/kate / FileLineReader

Method FileLineReader

addons/lspclient/lspclientpluginview.cpp:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136public:
137 FileLineReader(const QUrl &url)
138 : file(url.toLocalFile())
139 {
140 std::ignore = file.open(QIODevice::ReadOnly);
141 }
142
143 // called with non-descending lineno
144 QString line(int lineno)

Callers

nothing calls this directly

Calls 1

openMethod · 0.45

Tested by

no test coverage detected