MCPcopy Create free account
hub / github.com/antirez/ds4 / raxDefragDelChars

Function raxDefragDelChars

rax.c:2394–2396  ·  view source on GitHub ↗

Remove the specified number of chars from the right of the current key. */

Source from the content-addressed store, hash-verified

2392
2393/* Remove the specified number of chars from the right of the current key. */
2394static inline void raxDefragDelChars(raxDefragIterator *it, size_t count) {
2395 it->key_len -= count;
2396}
2397
2398/* Build the flags associated with the current item returned by the
2399 * defragmentation iterator. */

Callers 1

raxDefragNextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected