MCPcopy Create free account
hub / github.com/AQ-MedAI/MedMemoryBench / set

Method set

methods/MIRIX/tests/test_cache_provider.py:31–32  ·  view source on GitHub ↗
(self, key: str, data: dict, ttl: int = None)

Source from the content-addressed store, hash-verified

29 return {"mock": "data"}
30
31 async def set(self, key: str, data: dict, ttl: int = None):
32 return True
33
34 async def delete(self, key: str):
35 return True

Callers 15

downloadMethod · 0.45
bulma-slider.jsFile · 0.45
bulma-carousel.jsFile · 0.45
set_fieldFunction · 0.45
JcFunction · 0.45
pnFunction · 0.45
rFunction · 0.45
CiFunction · 0.45
_push_to_bufferMethod · 0.45
step_completeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected