MCPcopy 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
360void freeStreamObject(robj *o) {
361 freeStream(o->ptr);
362}
363
364void incrRefCount(robj *o) {
365 if (o->refcount < OBJ_FIRST_SPECIAL_REFCOUNT) {

Callers 1

decrRefCountFunction · 0.85

Calls 1

freeStreamFunction · 0.85

Tested by

no test coverage detected