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

Function PythonRequirement_Serialize

plugins/python/redisgears_python.c:672–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670}
671
672static int PythonRequirement_Serialize(PythonRequirementCtx* req, Gears_BufferWriter* bw, char** err){
673 RedisGears_BWWriteLong(bw, PY_REQ_VERSION);
674 return PythonRequirementCtx_Serialize(req, bw, err);
675}
676
677static void* PythonSessionCtx_ShallowCopy(void* arg){
678 PythonSessionCtx* session = arg;

Calls 1

Tested by

no test coverage detected