MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / get

Method get

tests/test_url_ingest.py:178–179  ·  view source on GitHub ↗
(self, key, default=None)

Source from the content-addressed store, hash-verified

176 self._d = {k.lower(): v for k, v in d.items()}
177
178 def get(self, key, default=None):
179 return self._d.get(key.lower(), default)
180
181 resp = MagicMock()
182 resp.headers = _Headers(headers)

Calls

no outgoing calls

Tested by

no test coverage detected