MCPcopy 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
84bool Intermediate(LevenshteinDFA const & dfa, std::string const & s)
85{
86 return GetResult(dfa, s).m_status == Status::Intermediate;
87}
88
89UNIT_TEST(LevenshteinDFA_Smoke)
90{

Callers 1

UNIT_TESTFunction · 0.85

Calls 1

GetResultFunction · 0.85

Tested by

no test coverage detected