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

Method SetValue

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

Sets a new value, overriding the one supplied in the constructor.

Source from the content-addressed store, hash-verified

12998
12999 // Sets a new value, overriding the one supplied in the constructor.
13000 void SetValue(const std::string& new_value) {
13001 value_ = new_value;
13002 }
13003
13004 private:
13005 // The key supplied by the user.

Callers 1

RecordPropertyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected