MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / getDefaultSettings

Function getDefaultSettings

Tactility/Source/app/chat/ChatSettings.cpp:109–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109ChatSettingsData getDefaultSettings() {
110 return ChatSettingsData{
111 .senderId = 0,
112 .nickname = "Device",
113 .encryptionKey = {},
114 .hasEncryptionKey = false,
115 .chatChannel = "#general"
116 };
117}
118
119ChatSettingsData loadSettings() {
120 ChatSettingsData settings = getDefaultSettings();

Callers 1

loadSettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected