Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
bool Rejects(LevenshteinDFA const & dfa, std::string const & s)
80
{
81
return GetResult(dfa, s).m_status == Status::Rejects;
82
}
83
84
bool Intermediate(LevenshteinDFA const & dfa, std::string const & s)
85
{
Callers
4
Accepts
Method · 0.85
Iterator
Class · 0.85
uni_string_dfa.cpp
File · 0.85
UNIT_TEST
Function · 0.85
Calls
1
GetResult
Function · 0.85
Tested by
no test coverage detected