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

Method IsCloseable

tests/gtest/gtest-all.cc:10021–10025  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10019}
10020
10021bool AutoHandle::IsCloseable() const {
10022 // Different Windows APIs may use either of these values to represent an
10023 // invalid handle.
10024 return handle_ != nullptr && handle_ != INVALID_HANDLE_VALUE;
10025}
10026
10027Notification::Notification()
10028 : event_(::CreateEvent(nullptr, // Default security attributes.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected