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

Method release

src/backward.h:616–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614 }
615 T get() { return _val; }
616 T release()
617 {
618 _empty = true;
619 return _val;
620 }
621 void swap(handle& b)
622 {
623 using std::swap;

Callers 1

AssumeRoleMethod · 0.80

Calls

no outgoing calls

Tested by 1

AssumeRoleMethod · 0.64