Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Intermediate
Function
Intermediate
libs/base/base_tests/levenshtein_dfa_test.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
bool Intermediate(LevenshteinDFA const & dfa, std::string const & s)
85
{
86
return GetResult(dfa, s).m_status == Status::Intermediate;
87
}
88
89
UNIT_TEST(LevenshteinDFA_Smoke)
90
{
Callers
1
UNIT_TEST
Function · 0.85
Calls
1
GetResult
Function · 0.85
Tested by
no test coverage detected