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

Function stampSynced

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

Source from the content-addressed store, hash-verified

2544 // Successful syncs also clear stale sync-failure health records, while
2545 // preserving genuine health-check outcomes.
2546 const stampSynced = (row: ConnectionRow | null) =>
2547 core.updateMany("connection", {
2548 where: connectionWhere,
2549 set: syncedSet(row),
2550 });
2551 const stampSyncedWithHealth = (reason: string) =>
2552 core.updateMany("connection", {
2553 where: connectionWhere,

Callers 1

produceConnectionToolsFunction · 0.85

Calls 1

syncedSetFunction · 0.85

Tested by

no test coverage detected