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

Function createEmbeddedStringObject

src/object.c:58–78  ·  view source on GitHub ↗

Create a string object with encoding OBJ_ENCODING_EMBSTR, that is * an object where the sds string is actually an unmodifiable string * allocated in the same chunk as the object itself. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

createStringObjectFunction · 0.85
dupStringObjectFunction · 0.85
tryObjectEncodingFunction · 0.85

Calls 1

zmallocFunction · 0.85

Tested by

no test coverage detected