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

Method defaultLogContainerSize

src/3rdparty/vector_blf/src/Vector/BLF/File.cpp:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186uint32_t File::defaultLogContainerSize() const {
187 return m_uncompressedFile.defaultLogContainerSize();
188}
189
190void File::setDefaultLogContainerSize(uint32_t defaultLogContainerSize) {
191 m_uncompressedFile.setDefaultLogContainerSize(defaultLogContainerSize);

Callers 2

FileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected