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

Function Message

tests/gtest/gtest.h:2660–2662  ·  view source on GitHub ↗

Copy constructor.

Source from the content-addressed store, hash-verified

2658
2659 // Copy constructor.
2660 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT
2661 *ss_ << msg.GetString();
2662 }
2663
2664 // Constructs a Message from a C-string.
2665 explicit Message(const char* str) : ss_(new ::std::stringstream) {

Callers 10

gtest.hFile · 0.70
StreamableToStringFunction · 0.70
ShouldShardFunction · 0.70
Int32FromEnvOrDieFunction · 0.70
ParseInt32FlagFunction · 0.70
GetThreadCountFunction · 0.70
FormatRegexSyntaxErrorFunction · 0.70
FlagToEnvVarFunction · 0.70
Int32FromGTestEnvFunction · 0.70

Calls 1

GetStringMethod · 0.80

Tested by

no test coverage detected