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

Function impl

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

Accessors for the implementation object.

Source from the content-addressed store, hash-verified

13849
13850 // Accessors for the implementation object.
13851 internal::UnitTestImpl* impl() { return impl_; }
13852 const internal::UnitTestImpl* impl() const { return impl_; }
13853
13854 // These classes and functions are friends as they need to access private

Calls

no outgoing calls

Tested by

no test coverage detected