MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / toString

Method toString

src/plugin/ipc/connectionidentifier.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97string ConnectionIdentifier::toString() const
98{
99 ostringstream o;
100 o << *this;
101 return o.str();
102}
103
104ostream&
105dmtcp::operator<<(ostream &o, const ConnectionIdentifier &id)

Callers 2

registerNSDataMethod · 0.45
sendQueriesMethod · 0.45

Calls 1

strMethod · 0.45

Tested by

no test coverage detected