Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Rejects
Method
Rejects
libs/base/uni_string_dfa.hpp:18–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
bool Accepts() const { return !Rejects() && m_pos == m_s.size(); }
18
bool Rejects() const { return m_rejected; }
19
size_t ErrorsMade() const { return 0; }
20
size_t PrefixErrorsMade() const { return 0; }
21
Callers
6
GetPrefixErrorsMade
Function · 0.45
MatchInTrie
Function · 0.45
MatchWithMisprints
Method · 0.45
GetResult
Function · 0.45
UNIT_TEST
Function · 0.45
UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
3
GetResult
Function · 0.36
UNIT_TEST
Function · 0.36
UNIT_TEST
Function · 0.36