()
| 77 | }; |
| 78 | |
| 79 | export const clearAllIds = () => { |
| 80 | idSlots.clear(); |
| 81 | prefixStates.clear(); |
| 82 | }; |
| 83 | |
| 84 | /** |
| 85 | * Mutable registry of the ID generation functions used internally by JSON Forms. |
no outgoing calls
no test coverage detected
searching dependent graphs…