MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / zrangeResultBeginStore

Function zrangeResultBeginStore

src/t_zset.cpp:2947–2950  ·  view source on GitHub ↗

Result handler methods for storing the ZRANGESTORE to a zset. */

Source from the content-addressed store, hash-verified

2945
2946/* Result handler methods for storing the ZRANGESTORE to a zset. */
2947static void zrangeResultBeginStore(zrange_result_handler *handler)
2948{
2949 handler->dstobj = createZsetZiplistObject();
2950}
2951
2952static void zrangeResultEmitCBufferForStore(zrange_result_handler *handler,
2953 const void *value, size_t value_length_in_bytes, double score)

Callers

nothing calls this directly

Calls 1

createZsetZiplistObjectFunction · 0.85

Tested by

no test coverage detected