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

Function rioInitWithBuffer

src/rio.cpp:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126};
127
128void rioInitWithBuffer(rio *r, sds s) {
129 *r = rioBufferIO;
130 r->io.buffer.ptr = s;
131 r->io.buffer.pos = 0;
132}
133
134void rioInitWithConstBuffer(rio *r, const void *buf, size_t cb)
135{

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected