MCPcopy Create free account
hub / github.com/cucumber/cucumber-cpp / count

Method count

tests/utils/StepManagerTestDouble.hpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 static steps_type::size_type count() {
62 return steps().size();
63 }
64
65 static step_id_type addStepDefinition(const std::string& stepMatcher) {
66 return addStep(std::make_shared<StepInfoNoOp>(stepMatcher, ""));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected