MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / stampSynced

Function stampSynced

packages/core/sdk/src/executor.ts:2592–2596  ·  view source on GitHub ↗
(row: ConnectionRow | null)

Source from the content-addressed store, hash-verified

2590 // Successful syncs also clear stale sync-failure health records, while
2591 // preserving genuine health-check outcomes.
2592 const stampSynced = (row: ConnectionRow | null) =>
2593 core.updateMany("connection", {
2594 where: connectionWhere,
2595 set: syncedSet(row),
2596 });
2597 const stampSyncedWithHealth = (reason: string) =>
2598 core.updateMany("connection", {
2599 where: connectionWhere,

Callers 1

produceConnectionToolsFunction · 0.85

Calls 1

syncedSetFunction · 0.85

Tested by

no test coverage detected