MCPcopy 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
103void sendChat(PeerId peer, const char* message)
104{
105 send_message(peer, MessageType::TEXT, message, (int)strlen(message));
106}
107
108void connectToPeer(PeerId peer)
109{

Callers 2

main_loopFunction · 0.70
mainFunction · 0.70

Calls 1

send_messageFunction · 0.85

Tested by

no test coverage detected