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

Method ~Environment

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

The d'tor is virtual as we need to subclass Environment.

Source from the content-addressed store, hash-verified

13486 public:
13487 // The d'tor is virtual as we need to subclass Environment.
13488 virtual ~Environment() {}
13489
13490 // Override this to define how to set up the environment.
13491 virtual void SetUp() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected