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

Method skipp

src/3rdparty/vector_blf/src/Vector/BLF/AbstractFile.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace BLF {
11
12void AbstractFile::skipp(std::streamsize s) {
13 std::vector<char> zero;
14 zero.resize(s);
15 write(zero.data(), s);
16}
17
18}
19}

Callers 15

writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80

Calls 2

resizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected