Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IronsDu/brynet
/ StringSendMsg
Method
StringSendMsg
include/brynet/net/SendableMsg.hpp:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
{
21
public:
22
explicit StringSendMsg(const char* buffer, size_t len)
23
: mMsg(buffer, len)
24
{}
25
26
explicit StringSendMsg(const std::string& buffer)
27
: mMsg(buffer)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected