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

Function __redisReaderSetErrorOOM

deps/hiredis/read.c:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110static void __redisReaderSetErrorOOM(redisReader *r) {
111 __redisReaderSetError(r,REDIS_ERR_OOM,"Out of memory");
112}
113
114static char *readBytes(redisReader *r, unsigned int bytes) {
115 char *p;

Callers 5

processLineItemFunction · 0.85
processBulkItemFunction · 0.85
redisReaderGrowFunction · 0.85
processAggregateItemFunction · 0.85
redisReaderFeedFunction · 0.85

Calls 1

__redisReaderSetErrorFunction · 0.85

Tested by

no test coverage detected