Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ appendData
Method
appendData
src/plugins/chat/data/messagedata.cpp:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
void MessageData::appendData(const QStringList &data)
31
{
32
msgDataLines.append(data);
33
msgData.append(data.join(
"\n"
));
34
}
35
36
QString MessageData::messageID() const
37
{
Callers
1
createCodeEdit
Method · 0.80
Calls
1
append
Method · 0.45
Tested by
no test coverage detected