MCPcopy Create free account
hub / github.com/F-Stack/f-stack / quicklistInsertAfter

Function quicklistInsertAfter

app/redis-6.2.6/src/quicklist.c:971–974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

969}
970
971void quicklistInsertAfter(quicklist *quicklist, quicklistEntry *entry,
972 void *value, const size_t sz) {
973 _quicklistInsert(quicklist, entry, value, sz, 1);
974}
975
976/* Delete a range of elements from the quicklist.
977 *

Callers 2

quicklistTestFunction · 0.85
listTypeInsertFunction · 0.85

Calls 1

_quicklistInsertFunction · 0.85

Tested by

no test coverage detected