Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
388
void freeStreamObject(robj_roptr o) {
389
freeStream((stream*)ptrFromObj(o));
390
}
391
392
void incrRefCount(robj_roptr o) {
393
auto refcount = o->getrefcount(std::memory_order_relaxed);
Callers
1
decrRefCount
Function · 0.85
Calls
2
freeStream
Function · 0.85
ptrFromObj
Function · 0.85
Tested by
no test coverage detected