MCPcopy Create free account
hub / github.com/antirez/disque / createRawStringObject

Function createRawStringObject

src/object.c:51–53  ·  view source on GitHub ↗

Create a string object with encoding OBJ_ENCODING_RAW, that is a plain * string object where o->ptr points to a proper sds string. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

createStringObjectFunction · 0.85
dupStringObjectFunction · 0.85

Calls 2

createObjectFunction · 0.85
sdsnewlenFunction · 0.70

Tested by

no test coverage detected