MCPcopy Create free account
hub / github.com/Comfy-Org/ComfyUI / init_null_cache

Method init_null_cache

execution.py:144–146  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

142 self.objects = HierarchicalCache(CacheKeySetID)
143
144 def init_null_cache(self):
145 self.outputs = NullCache()
146 self.objects = NullCache()
147
148 def recursive_debug_dump(self):
149 result = {

Callers 1

__init__Method · 0.95

Calls 1

NullCacheClass · 0.90

Tested by

no test coverage detected