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

Method key

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

Gets the user supplied key.

Source from the content-addressed store, hash-verified

12988
12989 // Gets the user supplied key.
12990 const char* key() const {
12991 return key_.c_str();
12992 }
12993
12994 // Gets the user supplied value.
12995 const char* value() const {

Callers 6

operator()Method · 0.80
RecordPropertyMethod · 0.80
ValidateTestPropertyMethod · 0.80
TestPropertiesAsJsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected