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

Function settingsFileExists

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

Source from the content-addressed store, hash-verified

175}
176
177bool settingsFileExists() {
178 return access(CHAT_SETTINGS_FILE, F_OK) == 0;
179}
180
181} // namespace tt::app::chat
182

Callers 1

onCreateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected