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

Function stampSynced

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

Source from the content-addressed store, hash-verified

2530 // Successful syncs also clear stale sync-failure health records, while
2531 // preserving genuine health-check outcomes.
2532 const stampSynced = (row: ConnectionRow | null) =>
2533 core.updateMany("connection", {
2534 where: connectionWhere,
2535 set: syncedSet(row),
2536 });
2537 const stampSyncedWithHealth = (reason: string) =>
2538 core.updateMany("connection", {
2539 where: connectionWhere,

Callers 1

produceConnectionToolsFunction · 0.85

Calls 1

syncedSetFunction · 0.85

Tested by

no test coverage detected