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

Method chunkPrompt

src/plugins/smartut/manager/smartutmanager.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49QString SmartUTManagerPrivate::chunkPrompt(const QStringList &fileList, const QString &workspace)
50{
51 const auto &result = aiSrv->query(workspace, "code for unit test", 20);
52 return Utils::createChunkPrompt(result);
53}
54
55SmartUTManager::SmartUTManager(QObject *parent)
56 : QObject(parent),

Callers

nothing calls this directly

Calls 1

queryMethod · 0.45

Tested by

no test coverage detected