Files
clice/include/Server/Indexer.h

11 lines
180 B
C++

#pragma once
#include "Support/Support.h"
namespace clice {
/// Responsible for index all files, distinguish active and inactive files.
class Indexer {};
} // namespace clice