Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
namespace BLF {
11
12
void 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
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
Calls
2
resize
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected