Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleNet/HumbleNet
/ sendChat
Function
sendChat
tests/hello_world.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
102
103
void sendChat(PeerId peer, const char* message)
104
{
105
send_message(peer, MessageType::TEXT, message, (int)strlen(message));
106
}
107
108
void connectToPeer(PeerId peer)
109
{
Callers
2
main_loop
Function · 0.70
main
Function · 0.70
Calls
1
send_message
Function · 0.85
Tested by
no test coverage detected