Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ InitializeChat
Function
InitializeChat
samples/application/chat/main.cpp:626–630 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
624
};
625
626
int InitializeChat()
627
{
628
g_client = new ChatClient();
629
return 0;
630
}
631
632
void UpdateChat()
633
{
Callers
1
initialize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected