• Home
Name Date Size #Lines LOC

..--

READMED03-May-2024296 75

attachment.ccD03-May-2024966 3923

attachment.hD03-May-20241.9 KiB6530

attachment_id.ccD03-May-20241.9 KiB7552

attachment_id.hD03-May-20242.1 KiB7440

attachment_id_unittest.ccD03-May-20241,005 4730

attachment_store.ccD03-May-2024339 135

attachment_store.hD03-May-20243.5 KiB9338

attachment_unittest.ccD03-May-20241.4 KiB4933

fake_attachment_store.ccD03-May-20244.7 KiB129104

fake_attachment_store.hD03-May-20241.7 KiB6136

fake_attachment_store_unittest.ccD03-May-20248.9 KiB258193

README

1This directory contains the sync attachment interface code that is used by both
2consumers of sync and sync itself.
3
4Because parts of sync may depend on this code, it's important that it remains
5"leafy" and never depends on sync/internal_api/ or sync/syncable/, or else we
6may end up with cycles.
7