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

Method seekp

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

Source from the content-addressed store, hash-verified

89}
90
91void CompressedFile::seekp(std::streampos pos) {
92 /* mutex lock */
93 std::lock_guard<std::mutex> lock(m_mutex);
94
95 m_file.seekp(pos);
96}
97
98}
99}

Callers 1

closeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected