MCPcopy
hub / github.com/opensquilla/opensquilla / fake_do_file_sync

Function fake_do_file_sync

tests/test_memory_sync_manager_architecture.py:83–85  ·  view source on GitHub ↗
(**kwargs: object)

Source from the content-addressed store, hash-verified

81 sync_calls: list[dict[str, object]] = []
82
83 async def fake_do_file_sync(**kwargs: object) -> set[str]:
84 sync_calls.append(kwargs)
85 return set()
86
87 manager._do_file_sync = fake_do_file_sync # type: ignore[method-assign]
88 await manager.sync(reason="search")

Callers

nothing calls this directly

Calls 2

setFunction · 0.50
appendMethod · 0.45

Tested by

no test coverage detected