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

Function quicklistSetOptions

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

Source from the content-addressed store, hash-verified

130}
131
132void quicklistSetOptions(quicklist *quicklist, int fill, int depth) {
133 quicklistSetFill(quicklist, fill);
134 quicklistSetCompressDepth(quicklist, depth);
135}
136
137/* Create a new quicklist with some default parameters. */
138quicklist *quicklistNew(int fill, int compress) {

Callers 5

rdbLoadObjectFunction · 0.85
quicklistNewFunction · 0.85
moduleCreateEmptyKeyFunction · 0.85
pushGenericCommandFunction · 0.85
lmoveHandlePushFunction · 0.85

Calls 2

quicklistSetFillFunction · 0.85

Tested by

no test coverage detected