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

Method operator()

tests/gtest/gtest-all.cc:748–750  ·  view source on GitHub ↗

Returns true iff the test name of test property matches on key_.

Source from the content-addressed store, hash-verified

746
747 // Returns true iff the test name of test property matches on key_.
748 bool operator()(const TestProperty& test_property) const {
749 return test_property.key() == key_;
750 }
751
752 private:
753 std::string key_;

Callers

nothing calls this directly

Calls 1

keyMethod · 0.80

Tested by

no test coverage detected