MCPcopy 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

reverseFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected