MCPcopy
hub / github.com/NateBJones-Projects/OB1 / SyncLog

Interface SyncLog

recipes/email-history-import/pull-gmail.ts:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48// ─── Sync Log (deduplication) ────────────────────────────────────────────────
49
50interface SyncLog {
51 ingested_ids: Record<string, string>; // gmail_message_id -> ISO timestamp
52 last_sync: string;
53}
54
55async function loadSyncLog(): Promise<SyncLog> {
56 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…