Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
HandleSockRecv
Method · 0.80
SendUpstreamRequest
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected