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

Method purgeContexts

src/ContextManager.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6contexts_type ContextManager::contexts;
7
8void ContextManager::purgeContexts() {
9 contexts.clear();
10}
11
12}
13}

Callers 5

endScenarioMethod · 0.80
TearDownMethod · 0.80
TEST_FFunction · 0.80
TearDownMethod · 0.80
TEST_FFunction · 0.80

Calls 1

clearMethod · 0.80

Tested by 4

TearDownMethod · 0.64
TEST_FFunction · 0.64
TearDownMethod · 0.64
TEST_FFunction · 0.64