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

Function DeleteSelf_

tests/gtest/gtest.h:12947–12947  ·  view source on GitHub ↗

Deletes self. We deliberately pick an unusual name for this internal method to avoid clashing with names used in user TESTs.

Source from the content-addressed store, hash-verified

12945 // Deletes self. We deliberately pick an unusual name for this
12946 // internal method to avoid clashing with names used in user TESTs.
12947 void DeleteSelf_() { delete this; }
12948
12949 const std::unique_ptr<GTEST_FLAG_SAVER_> gtest_flag_saver_;
12950

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected