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

Function stampSynced

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

Source from the content-addressed store, hash-verified

2449 // Successful syncs also clear stale sync-failure health records, while
2450 // preserving genuine health-check outcomes.
2451 const stampSynced = (row: ConnectionRow | null) =>
2452 core.updateMany("connection", {
2453 where: connectionWhere,
2454 set: syncedSet(row),
2455 });
2456 const stampSyncedWithHealth = (reason: string) =>
2457 core.updateMany("connection", {
2458 where: connectionWhere,

Callers 1

produceConnectionToolsFunction · 0.85

Calls 1

syncedSetFunction · 0.85

Tested by

no test coverage detected