Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ freeStreamObject
Function
freeStreamObject
app/redis-6.2.6/src/object.c:360–362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
358
}
359
360
void freeStreamObject(robj *o) {
361
freeStream(o->ptr);
362
}
363
364
void incrRefCount(robj *o) {
365
if (o->refcount < OBJ_FIRST_SPECIAL_REFCOUNT) {
Callers
1
decrRefCount
Function · 0.85
Calls
1
freeStream
Function · 0.85
Tested by
no test coverage detected