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

Method Accepts

libs/base/uni_string_dfa.hpp:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 Iterator & Move(UniChar c);
16
17 bool Accepts() const { return !Rejects() && m_pos == m_s.size(); }
18 bool Rejects() const { return m_rejected; }
19 size_t ErrorsMade() const { return 0; }
20 size_t PrefixErrorsMade() const { return 0; }

Callers 9

GetErrorsMadeFunction · 0.45
GetNumDocsMethod · 0.45
MatchesByNameFunction · 0.45
MatchesByTypeFunction · 0.45
MatchInTrieFunction · 0.45
MatchWithMisprintsMethod · 0.45
GetResultFunction · 0.45
UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45

Calls 2

RejectsFunction · 0.85
sizeMethod · 0.45

Tested by 3

GetResultFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36