Files
lambda/pkg
M.V. Hutz f31de50abc fix: use loop variable instead of global ticker in GenerateFreshName
The function used a global `ticker` variable but never incremented it
inside the loop, causing an infinite loop if the first generated name
was already in the used set.

This fix removes the global state and uses the loop variable `i`
directly, which is cleaner and avoids the bug.
2026-01-18 15:57:28 -05:00
..
2025-12-27 20:46:10 -05:00
2025-12-27 20:46:10 -05:00