MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rioInitWithBuffer

Function rioInitWithBuffer

app/redis-6.2.6/src/rio.c:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99};
100
101void rioInitWithBuffer(rio *r, sds s) {
102 *r = rioBufferIO;
103 r->io.buffer.ptr = s;
104 r->io.buffer.pos = 0;
105}
106
107/* --------------------- Stdio file pointer implementation ------------------- */
108

Callers 5

createDumpPayloadFunction · 0.85
restoreCommandFunction · 0.85
migrateCommandFunction · 0.85
RM_SaveDataTypeToStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected