/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/common/Common.Search/FuzzSearch/SearchPrecisionScore.cs
12 строк
307 B
Kai Tao
Setting search (#41285)
25 авг 2025, 16:23
Не верифицирован
25 авг 2025, 16:23
4ad951e
Код
Авторство
О чём код?
// Copyright (c) Microsoft Corporation // The Microsoft Corporation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Common.Search.FuzzSearch; public enum SearchPrecisionScore { Regular = 50, Low = 20, None = 0, }