mirror of
https://github.com/juanfont/headscale.git
synced 2026-03-24 02:11:21 +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