MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / operator()

Method operator()

tests/gtest/gtest-all.cc:4125–4127  ·  view source on GitHub ↗

Returns true iff the test name of test_info matches name_.

Source from the content-addressed store, hash-verified

4123
4124 // Returns true iff the test name of test_info matches name_.
4125 bool operator()(const TestInfo * test_info) const {
4126 return test_info && test_info->name() == name_;
4127 }
4128
4129 private:
4130 std::string name_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected