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

Method contains

app/src/AI/ChatStore.cpp:100–103  ·  view source on GitHub ↗

* @brief Returns true when a chat with the given id exists. */

Source from the content-addressed store, hash-verified

98 * @brief Returns true when a chat with the given id exists.
99 */
100bool AI::ChatStore::contains(const QString& id) const
101{
102 return indexOf(id) >= 0;
103}
104
105/**
106 * @brief Returns the id of the last chat marked active, or empty.

Callers 15

onReplyMethod · 0.45
getUpdaterMethod · 0.45
foreachFunction · 0.45
cdMethod · 0.45
entryInfoListMethod · 0.45
existsMethod · 0.45
setCurrentFileMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
ParseMethod · 0.45
jquery.jsFile · 0.45

Calls

no outgoing calls

Tested by 3

foreachFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36