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

Method Setup

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

Source from the content-addressed store, hash-verified

13497 // about it being private, you have mis-spelled SetUp() as Setup().
13498 struct Setup_should_be_spelled_SetUp {};
13499 virtual Setup_should_be_spelled_SetUp* Setup() { return nullptr; }
13500};
13501
13502#if GTEST_HAS_EXCEPTIONS

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected