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

Function createStringObjectFromLongLong

app/redis-6.2.6/src/object.c:176–178  ·  view source on GitHub ↗

Wrapper for createStringObjectFromLongLongWithOptions() always demanding * to create a shared object if possible. */

Source from the content-addressed store, hash-verified

174/* Wrapper for createStringObjectFromLongLongWithOptions() always demanding
175 * to create a shared object if possible. */
176robj *createStringObjectFromLongLong(long long value) {
177 return createStringObjectFromLongLongWithOptions(value,0);
178}
179
180/* Wrapper for createStringObjectFromLongLongWithOptions() avoiding a shared
181 * object when LFU/LRU info are needed, that is, when the object is used

Callers 12

hashTypeGetValueObjectFunction · 0.85
setGenericCommandFunction · 0.85
getexCommandFunction · 0.85
scanGenericCommandFunction · 0.85
feedAppendOnlyFileFunction · 0.85
spopWithCountCommandFunction · 0.85
spopCommandFunction · 0.85
streamPropagateXCLAIMFunction · 0.85
listTypePopFunction · 0.85
listTypeGetFunction · 0.85

Tested by

no test coverage detected