MCPcopy Create free account
hub / github.com/KDE/labplot / gcount

Method gcount

src/3rdparty/vector_blf/src/Vector/BLF/CompressedFile.cpp:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14std::streamsize CompressedFile::gcount() const {
15 /* mutex lock */
16 std::lock_guard<std::mutex> lock(m_mutex);
17
18 return m_file.gcount();
19}
20
21void CompressedFile::read(char * s, std::streamsize n) {
22 /* mutex lock */

Callers 2

readAttachmentListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected