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

Method resolveByUsingOurs

plugins/vcs/Index.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void Index::resolveByUsingOurs(const std::string& relativePath)
70{
71 auto error = git_index_add_bypath(_index, relativePath.c_str());
72 GitException::ThrowOnError(error);
73}
74
75bool Index::fileIsConflicted(const std::string& relativePath)
76{

Callers 1

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected