aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/public/fastcheck/settings.h
blob: 4e63b554fb8d090df26428c0280081fea3eb8f33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <util/generic/hash_set.h>
#include <util/generic/string.h>

namespace NYql::NFastCheck {

    THashSet<TString> TranslationFlags();

} // namespace NYql::NFastCheck