MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / Message

Function Message

rtpose_wrapper/src/gtest/gtest.h:8594–8596  ·  view source on GitHub ↗

Copy constructor.

Source from the content-addressed store, hash-verified

8592
8593 // Copy constructor.
8594 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT
8595 *ss_ << msg.GetString();
8596 }
8597
8598 // Constructs a Message from a C-string.
8599 explicit Message(const char* str) : ss_(new ::std::stringstream) {

Callers 9

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

Calls

no outgoing calls

Tested by

no test coverage detected