MCPcopy 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
80private:
81 DFA m_dfa;

Callers

nothing calls this directly

Calls 1

IteratorClass · 0.70

Tested by

no test coverage detected