MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / quote

Function quote

3rdparty/unioncode-GitQlient/src/git/GitLocal.cpp:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace
14{
15static QString quote(const QStringList &sl)
16{
17 QString q(sl.join(QString("$%1$").arg(' ')));
18 q.prepend("$").append("$");
19 return q;
20}
21}
22
23GitLocal::GitLocal(const QSharedPointer<GitBase> &gitBase)

Callers 1

updateIndexMethod · 0.85

Calls 2

QStringClass · 0.50
appendMethod · 0.45

Tested by

no test coverage detected