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

Method destroy

include/aws/lambda-runtime/outcome.h:95–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94private:
95 void destroy()
96 {
97 if (m_success) {
98 m_s.~TResult();
99 }
100 else {
101 m_f.~TFailure();
102 }
103 }
104
105 union {
106 TResult m_s;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected