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

Function stampSynced

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

Source from the content-addressed store, hash-verified

2107 // Successful syncs also clear stale sync-failure health records, while
2108 // preserving genuine health-check outcomes.
2109 const stampSynced = (row: ConnectionRow | null) =>
2110 core.updateMany("connection", {
2111 where: connectionWhere,
2112 set: syncedSet(row),
2113 });
2114 const stampSyncedWithHealth = (reason: string) =>
2115 core.updateMany("connection", {
2116 where: connectionWhere,

Callers 1

produceConnectionToolsFunction · 0.85

Calls 1

syncedSetFunction · 0.85

Tested by

no test coverage detected