• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

eclipsesource / jsonforms / 26580073489

28 May 2026 01:56PM UTC coverage: 83.619% (+0.7%) from 82.946%
26580073489

Pull #2584

github

sdirix
chore: avoid quadratic id generation for repeated proposed ids

`createId` previously rescanned the global id set from index 0 on every
call. With N identical proposed ids this is O(N^2).

Track a per-prefix `next` cursor and a reverse map from id to slot so
the scan starts at the lowest unallocated index. `removeId` reuses
freed slots by rewinding the cursor. All previously observable
behavior is preserved.
Pull Request #2584: chore: improve id generation

11916 of 30909 branches covered (38.55%)

34 of 34 new or added lines in 3 files covered. (100.0%)

3 existing lines in 3 files now uncovered.

19449 of 23259 relevant lines covered (83.62%)

33.18 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

97.96
/packages/examples-react/node_modules/@jsonforms/react/src/JsonForms.tsx


Source Not Available

The file "packages/examples-react/node_modules/@jsonforms/react/src/JsonForms.tsx" isn't available on github. Either it's been removed, or the repo root directory needs to be updated.

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc