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

Method Rejects

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

Source from the content-addressed store, hash-verified

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; }
21

Callers 6

GetPrefixErrorsMadeFunction · 0.45
MatchInTrieFunction · 0.45
MatchWithMisprintsMethod · 0.45
GetResultFunction · 0.45
UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

GetResultFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36