MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / isEmpty

Method isEmpty

app/src/AI/ChatStore.cpp:92–95  ·  view source on GitHub ↗

* @brief Returns true when no chats exist yet. */

Source from the content-addressed store, hash-verified

90 * @brief Returns true when no chats exist yet.
91 */
92bool AI::ChatStore::isEmpty() const noexcept
93{
94 return m_chats.isEmpty();
95}
96
97/**
98 * @brief Returns true when a chat with the given id exists.

Callers 15

checkForUpdatesMethod · 0.80
onReplyMethod · 0.80
setUpdateAvailableMethod · 0.80
compareVersionsMethod · 0.80
startDownloadMethod · 0.80
setFileNameMethod · 0.80
openDownloadMethod · 0.80
saveFileMethod · 0.80
metaDataChangedMethod · 0.80
compressFileOptionsMethod · 0.80
compressDirOptionsMethod · 0.80
extractFileMethod · 0.80

Calls

no outgoing calls

Tested by 15

compressFileOptionsMethod · 0.64
compressDirOptionsMethod · 0.64
extractFileMethod · 0.64
extractFilesMethod · 0.64
extractDirMethod · 0.64
zeroPermissionsMethod · 0.64
symlinkHandlingMethod · 0.64
cdMethod · 0.64
zipUnzipMethod · 0.64
foreachFunction · 0.64
extractMethod · 0.64