Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
contexts_type ContextManager::contexts;
7
8
void ContextManager::purgeContexts() {
9
contexts.clear();
10
}
11
12
}
13
}
Callers
5
endScenario
Method · 0.80
TearDown
Method · 0.80
TEST_F
Function · 0.80
TearDown
Method · 0.80
TEST_F
Function · 0.80
Calls
1
clear
Method · 0.80
Tested by
4
TearDown
Method · 0.64
TEST_F
Function · 0.64
TearDown
Method · 0.64
TEST_F
Function · 0.64