Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ ~AutoHandle
Method
~AutoHandle
tests/gtest/gtest-all.cc:9995–9997 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9993
: handle_(handle) {}
9994
9995
AutoHandle::~AutoHandle() {
9996
Reset();
9997
}
9998
9999
AutoHandle::Handle AutoHandle::Get() const {
10000
return handle_;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected