Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ ~TestEventRepeater
Method
~TestEventRepeater
tests/gtest/gtest-all.cc:4883–4885 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4881
};
4882
4883
TestEventRepeater::~TestEventRepeater() {
4884
ForEach(listeners_, Delete<TestEventListener>);
4885
}
4886
4887
void TestEventRepeater::Append(TestEventListener *listener) {
4888
listeners_.push_back(listener);
Callers
nothing calls this directly
Calls
1
ForEach
Function · 0.85
Tested by
no test coverage detected