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

Function StreamableToString

tests/gtest/gtest.h:2768–2770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2766// character in it is replaced with "\\0".
2767template <typename T>
2768std::string StreamableToString(const T& streamable) {
2769 return (Message() << streamable).GetString();
2770}
2771
2772} // namespace internal
2773} // namespace testing

Callers 15

GetNameMethod · 0.85
OnTestIterationStartMethod · 0.85
OnTestIterationEndMethod · 0.85
OnTestCaseEndMethod · 0.85
OnTestEndMethod · 0.85
OnTestPartResultMethod · 0.85
FormatCountableNounFunction · 0.85
OnTestEndMethod · 0.85
OnTestCaseEndMethod · 0.85
OnTestIterationEndMethod · 0.85
OutputXmlTestInfoMethod · 0.85

Calls 2

GetStringMethod · 0.80
MessageFunction · 0.70

Tested by

no test coverage detected