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

Method release

src/sds.h:450–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448 }
449
450 sds release() {
451 sds sdsT = m_str;
452 m_str = nullptr;
453 return sdsT;
454 }
455
456 ~sdsstring()
457 {

Callers 9

rdbLoadObjectFunction · 0.45
enqueueMethod · 0.45
gcDisposeSnapshotMethod · 0.45
flushQueuedKeysMethod · 0.45
decrRefCountFunction · 0.45
setWithKeyFunction · 0.45
executeWithoutGlobalLockFunction · 0.45
cronCommandFunction · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected