Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Accepts
Method
Accepts
libs/base/uni_string_dfa.hpp:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
Iterator & Move(UniChar c);
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; }
Callers
9
GetErrorsMade
Function · 0.45
GetNumDocs
Method · 0.45
MatchesByName
Function · 0.45
MatchesByType
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
2
Rejects
Function · 0.85
size
Method · 0.45
Tested by
3
GetResult
Function · 0.36
UNIT_TEST
Function · 0.36
UNIT_TEST
Function · 0.36