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

Function RedisGearsPy_Clean

plugins/python/redisgears_python.c:7853–7859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7851}
7852
7853void RedisGearsPy_Clean() {
7854 if(!RequirementsDict){
7855 return;
7856 }
7857
7858 RedisGearsPy_ClearRequirements();
7859}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected