MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / Notification

Method Notification

tests/gtest/gtest-all.cc:10027–10033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10025}
10026
10027Notification::Notification()
10028 : event_(::CreateEvent(nullptr, // Default security attributes.
10029 TRUE, // Do not reset automatically.
10030 FALSE, // Initially unset.
10031 nullptr)) { // Anonymous event.
10032 GTEST_CHECK_(event_.Get() != nullptr);
10033}
10034
10035void Notification::Notify() {
10036 GTEST_CHECK_(::SetEvent(event_.Get()) != FALSE);

Callers

nothing calls this directly

Calls 1

GetMethod · 0.80

Tested by

no test coverage detected