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

Function DefaultParamName

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

Source from the content-addressed store, hash-verified

10766// integer test parameter index.
10767template <class ParamType>
10768std::string DefaultParamName(const TestParamInfo<ParamType>& info) {
10769 Message name_stream;
10770 name_stream << info.index;
10771 return name_stream.GetString();
10772}
10773
10774template <typename T = int>
10775void TestNotEmpty() {

Callers

nothing calls this directly

Calls 1

GetStringMethod · 0.80

Tested by

no test coverage detected