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

Function freeStreamObject

src/object.cpp:388–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388void freeStreamObject(robj_roptr o) {
389 freeStream((stream*)ptrFromObj(o));
390}
391
392void incrRefCount(robj_roptr o) {
393 auto refcount = o->getrefcount(std::memory_order_relaxed);

Callers 1

decrRefCountFunction · 0.85

Calls 2

freeStreamFunction · 0.85
ptrFromObjFunction · 0.85

Tested by

no test coverage detected