MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / Message

Function Message

test/common/gtest/gtest.h:3764–3766  ·  view source on GitHub ↗

Copy constructor.

Source from the content-addressed store, hash-verified

3762
3763 // Copy constructor.
3764 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT
3765 *ss_ << msg.GetString();
3766 }
3767
3768 // Constructs a Message from a C-string.
3769 explicit Message(const char* str) : ss_(new ::std::stringstream) {

Callers 9

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

Calls 1

GetStringMethod · 0.80

Tested by

no test coverage detected