e43d5aac创建于 2024年11月8日历史提交
// Copyright 2017-2018 ccls Authors
// SPDX-License-Identifier: Apache-2.0

#pragma once

#include <string>

namespace ccls {
bool runIndexTests(const std::string &filter_path, bool enable_update);
}