Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
void File::write(ObjectHeaderBase * ohb) {
98
/* push to queue */
99
m_readWriteQueue.write(ohb);
100
}
101
102
void File::close() {
103
/* check if file is open */
Callers
7
open
Method · 0.45
close
Method · 0.45
uncompressedFile2ReadWriteQueue
Method · 0.45
readWriteQueue2UncompressedFile
Method · 0.45
compressedFile2UncompressedFile
Method · 0.45
uncompressedFile2CompressedFile
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected