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

Method write

plugins/vcs/Index.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void Index::write()
64{
65 auto error = git_index_write(_index);
66 GitException::ThrowOnError(error);
67}
68
69void Index::resolveByUsingOurs(const std::string& relativePath)
70{

Callers 2

createCommitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected