mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 15:45:08 +00:00
11 lines
200 B
C++
11 lines
200 B
C++
// 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);
|
|
}
|