MCPcopy Create free account
hub / github.com/comaps/comaps / Has

Method Has

libs/indexer/string_set.hpp:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40 template <typename TIt>
41 Status Has(TIt begin, TIt end) const
42 {
43 auto const * cur = m_root.Move(begin, end);
44 if (!cur)
45 return Status::Absent;
46
47 return cur->m_isLeaf ? Status::Full : Status::Prefix;
48 }
49
50private:
51 struct Node

Callers 9

SetFromFeatureTypeMethod · 0.45
HasMetadataMethod · 0.45
SetInternetMethod · 0.45
HasStringMethod · 0.45
UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45

Calls 1

MoveMethod · 0.45

Tested by 2

UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36