mirror of
https://github.com/juanfont/headscale.git
synced 2026-03-27 20:01:23 +01:00
Extract the existing-node lookup logic from HandleNodeFromPreAuthKey into a separate method. This reduces the cyclomatic complexity from 32 to 28, below the gocyclo limit of 30. Updates #3077