MCPcopy Create free account
hub / github.com/NanmiCoder/MediaCrawler / FakeStore

Class FakeStore

tests/test_no_user_info.py:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 captured = {}
116
117 class FakeStore:
118 async def store_content(self, content_item):
119 captured.update(content_item)
120
121 orig = xs.XhsStoreFactory.create_store
122 xs.XhsStoreFactory.create_store = staticmethod(lambda: FakeStore())

Calls

no outgoing calls