MCPcopy Create free account
hub / github.com/RedisGears/RedisGears / PythonRecord_Deserialize

Function PythonRecord_Deserialize

plugins/python/redisgears_python.c:7009–7014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7007}
7008
7009static Record* PythonRecord_Deserialize(ExecutionCtx* ectx, Gears_BufferReader* br){
7010 Record* r = PyObjRecordCreate();
7011 PyObject* obj = RedisGearsPy_PyObjectDeserialize(br);
7012 PyObjRecordSet(r, obj);
7013 return r;
7014}
7015
7016#define REDISGEARSPY_REQ_DATATYPE_NAME "GEAR_REQ0"
7017#define REDISGEARSPY_REQ_DATATYPE_VERSION 1

Callers

nothing calls this directly

Calls 3

PyObjRecordCreateFunction · 0.85
PyObjRecordSetFunction · 0.85

Tested by

no test coverage detected