Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Rejects
Method
Rejects
libs/base/dfa_helpers.hpp:63–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
62
bool Accepts() const { return m_accepts; }
63
bool Rejects() const { return !Accepts() && m_it.Rejects(); }
64
size_t ErrorsMade() const { return m_it.ErrorsMade(); }
65
size_t PrefixErrorsMade() const { return m_it.PrefixErrorsMade(); }
66
Callers
nothing calls this directly
Calls
1
Accepts
Function · 0.85
Tested by
no test coverage detected