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

Method setupInstantBlame

src/plugins/git/client/gitclient.cpp:240–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240bool GitClient::setupInstantBlame(const QString &filePath)
241{
242 if (filePath.isEmpty())
243 return false;
244
245 return checkRepositoryExist(filePath);
246}
247
248void GitClient::clearInstantBlame()
249{

Callers 1

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected