MCPcopy
hub / github.com/Comfy-Org/ComfyUI-Manager / get

Method get

tests/test_nightly_cnr_fallback.py:59–60  ·  view source on GitHub ↗
(self, key, default=None)

Source from the content-addressed store, hash-verified

57 return self._normalize_key(key) in self._key_map
58
59 def get(self, key, default=None):
60 return self[key] if key in self else default
61
62
63# ===================================================================

Calls

no outgoing calls

Tested by

no test coverage detected