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

Function rdbLoadEncodedStringObject

src/rdb.cpp:580–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578}
579
580robj *rdbLoadEncodedStringObject(rio *rdb) {
581 return (robj*)rdbGenericLoadStringObject(rdb,RDB_LOAD_ENC,NULL);
582}
583
584/* Save a double value. Doubles are saved as strings prefixed by an unsigned
585 * 8 bit integer specifying the length of the representation.

Callers 1

rdbLoadObjectFunction · 0.85

Calls 1

Tested by

no test coverage detected