MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / analyseRemoteStatus

Method analyseRemoteStatus

plugins/vcs/ui/VcsStatus.cpp:334–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334void VcsStatus::analyseRemoteStatus(std::shared_ptr<git::Repository> repository)
335{
336 try
337 {
338 setRemoteStatus(git::analyseRemoteStatus(repository));
339 }
340 catch (git::GitException& ex)
341 {
342 setRemoteStatus(git::RemoteStatus{ 0, 0, ex.what() });
343 }
344}
345
346void VcsStatus::performSync(std::shared_ptr<git::Repository> repository)
347{

Callers

nothing calls this directly

Calls 2

analyseRemoteStatusFunction · 0.85
whatMethod · 0.80

Tested by

no test coverage detected