MCPcopy
hub / github.com/apache/caldera / locate

Method locate

tests/api/v2/managers/test_config_api_manager.py:13–15  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

11 self.abilities = []
12
13 async def locate(self, key):
14 assert key == 'abilities'
15 return self.abilities
16
17
18@pytest.fixture

Calls

no outgoing calls

Tested by

no test coverage detected