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

Function Rejects

libs/base/base_tests/levenshtein_dfa_test.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79bool Rejects(LevenshteinDFA const & dfa, std::string const & s)
80{
81 return GetResult(dfa, s).m_status == Status::Rejects;
82}
83
84bool Intermediate(LevenshteinDFA const & dfa, std::string const & s)
85{

Callers 4

AcceptsMethod · 0.85
IteratorClass · 0.85
uni_string_dfa.cppFile · 0.85
UNIT_TESTFunction · 0.85

Calls 1

GetResultFunction · 0.85

Tested by

no test coverage detected