MCPcopy Index your code
hub / github.com/simstudioai/sim / capReached

Function capReached

apps/sim/connectors/azure-devops/azure-devops.ts:1455–1456  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1453
1454 /** True once the maxItems cap has been reached during this sync run. */
1455 const capReached = () =>
1456 maxItems > 0 && ((syncContext?.totalDocsFetched as number) ?? 0) >= maxItems
1457
1458 /**
1459 * Walks phases starting at `phase`, accumulating documents. Within a phase,

Callers 1

azure-devops.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected