Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ WritePaddingByPos
Method
WritePaddingByPos
libs/coding/file_writer.hpp:64–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
63
void WritePaddingByEnd(size_t factor) { WritePadding(Size(), factor); }
64
void WritePaddingByPos(size_t factor) { WritePadding(Pos(), factor); }
65
66
private:
67
void WritePadding(uint64_t offset, uint64_t factor)
Callers
1
GetWriter
Method · 0.80
Calls
2
WritePadding
Function · 0.85
Pos
Function · 0.85
Tested by
no test coverage detected