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

Method reset

include/matchit.h:1222–1222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1220 return true;
1221 }
1222 constexpr void reset(int32_t depth) const { return block().reset(depth); }
1223 constexpr void confirm(int32_t depth) const { return block().confirm(depth); }
1224 constexpr bool hasValue() const { return block().hasValue(); }
1225 // non-const to inform users not to mark Id as const.

Callers 2

TESTFunction · 0.45
processIdImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected