Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ ~TestEventRepeater
Method
~TestEventRepeater
rtpose_wrapper/src/gtest/gtest-all.cpp:4236–4238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4234
};
4235
4236
TestEventRepeater::~TestEventRepeater() {
4237
ForEach(listeners_, Delete<TestEventListener>);
4238
}
4239
4240
void TestEventRepeater::Append(TestEventListener *listener) {
4241
listeners_.push_back(listener);
Callers
nothing calls this directly
Calls
1
ForEach
Function · 0.85
Tested by
no test coverage detected