Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bbuchfink/diamond
/ reverse
Method
reverse
src/basic/packed_transcript.h:186–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
void reverse(size_t begin = 0)
187
{
188
std::reverse(data_.begin() + begin, data_.end());
189
}
190
191
size_t raw_length() const
192
{
Callers
nothing calls this directly
Calls
3
reverse
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected