MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / ToString

Method ToString

libi2pd_client/SOCKS.cpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 memcpy(value,str.c_str(),size);
41 }
42 std::string ToString() { return std::string(value, size); }
43 void push_back (char c) { value[size++] = c; }
44 };
45

Callers 2

HandleSockRecvMethod · 0.80
SendUpstreamRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected