Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cucumber/cucumber-cpp
/ Scenario
Method
Scenario
src/Scenario.cpp:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
namespace internal {
5
6
Scenario::Scenario(const TagExpression::tag_list& tags) :
7
tags(tags) {
8
}
9
10
const TagExpression::tag_list& Scenario::getTags() {
11
return tags;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected