MCPcopy Create free account
hub / github.com/BowenFu/matchit.cpp / reset

Method reset

develop/matchit/patterns.h:915–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

913 return true;
914 }
915 constexpr void reset(int32_t depth) const { return block().reset(depth); }
916 constexpr void confirm(int32_t depth) const { return block().confirm(depth); }
917 constexpr bool hasValue() const { return block().hasValue(); }
918 // non-const to inform users not to mark Id as const.

Callers 1

processIdImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected