co-maps/libs/search/base/text_index/header.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
192 B
C++
Raw Permalink Normal View History

2025-11-22 13:58:55 +01:00
#include "search/base/text_index/header.hpp"
using namespace std;
namespace search_base
{
// static
string const TextIndexHeader::kHeaderMagic = "mapsmetextidx";
} // namespace search_base