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

Function createStringObjectFromLongLong

src/object.cpp:202–204  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

200/* Wrapper for createStringObjectFromLongLongWithOptions() always demanding
201 * to create a shared object if possible. */
202robj *createStringObjectFromLongLong(long long value) {
203 return createStringObjectFromLongLongWithOptions(value,0);
204}
205
206/* Wrapper for createStringObjectFromLongLongWithOptions() avoiding a shared
207 * object when LFU/LRU info are needed, that is, when the object is used

Callers 14

scanGenericCommandFunction · 0.85
hashTypeGetValueObjectFunction · 0.85
streamPropagateXCLAIMFunction · 0.85
spopWithCountCommandFunction · 0.85
spopCommandFunction · 0.85
setGenericCommandFunction · 0.85
getexCommandFunction · 0.85
executeCronJobExpireHookFunction · 0.85

Tested by

no test coverage detected