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

Method write

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

Source from the content-addressed store, hash-verified

95}
96
97void File::write(ObjectHeaderBase * ohb) {
98 /* push to queue */
99 m_readWriteQueue.write(ohb);
100}
101
102void File::close() {
103 /* check if file is open */

Callers 7

openMethod · 0.45
closeMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected