Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Accepts
Function
Accepts
libs/base/base_tests/levenshtein_dfa_test.cpp:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
bool Accepts(LevenshteinDFA const & dfa, std::string const & s)
75
{
76
return GetResult(dfa, s).m_status == Status::Accepts;
77
}
78
79
bool Rejects(LevenshteinDFA const & dfa, std::string const & s)
80
{
Callers
4
Iterator
Class · 0.85
Rejects
Method · 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