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

Method AutoHandle

tests/gtest/gtest-all.cc:9989–9990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9987}
9988
9989AutoHandle::AutoHandle()
9990 : handle_(INVALID_HANDLE_VALUE) {}
9991
9992AutoHandle::AutoHandle(Handle handle)
9993 : handle_(handle) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected