You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
autocomplete [nfc]: Short-circuit intent-finding on long selection
This is NFC because when this condition is true, the only
return statements below that can actually be reached are
the ones that return null.
In the code as it is, this makes a small optimization.
But it also will help simplify an upcoming refactor.
0 commit comments