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

Function PythonSessionCtx_ShallowCopy

plugins/python/redisgears_python.c:677–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675}
676
677static void* PythonSessionCtx_ShallowCopy(void* arg){
678 PythonSessionCtx* session = arg;
679 ++session->refCount;
680 return session;
681}
682
683static void* PythonSessionCtx_ShallowCopyWithFep(FlatExecutionPlan* fep, void* arg){
684 return PythonSessionCtx_ShallowCopy(arg);

Callers 9

PythonSessionCtx_GetFunction · 0.85
getGearsSessionFunction · 0.85
gearsCtxFunction · 0.85
gearsTimeEventFunction · 0.85
RedisGearsPy_ExecuteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected