Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Begin
Method
Begin
libs/base/dfa_helpers.hpp:78–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
explicit PrefixDFAModifier(DFA && dfa) : m_dfa(std::move(dfa)) {}
77
78
Iterator Begin() const { return Iterator(m_dfa.Begin()); }
79
80
private:
81
DFA m_dfa;
Callers
nothing calls this directly
Calls
1
Iterator
Class · 0.70
Tested by
no test coverage detected