Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ Notify
Method
Notify
tests/gtest/gtest-all.cc:10035–10037 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10033
}
10034
10035
void Notification::Notify() {
10036
GTEST_CHECK_(::SetEvent(event_.Get()) != FALSE);
10037
}
10038
10039
void Notification::WaitForNotification() {
10040
GTEST_CHECK_(
Callers
nothing calls this directly
Calls
1
Get
Method · 0.80
Tested by
no test coverage detected