Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit e44f91d

Browse files
authored
Refactor search code to reduce function size. (#11991)
Splits the search code into a few logical functions instead of a single unreadable function. There are also a few additional changes for readability. After refactoring it was clear to see there were some unused and unnecessary variables, which were simplified.
1 parent 45f4540 commit e44f91d

File tree

3 files changed

+435
-226
lines changed

3 files changed

+435
-226
lines changed

changelog.d/11991.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Refactor the search code for improved readability.

0 commit comments

Comments
 (0)