Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
void Index::write()
64
{
65
auto error = git_index_write(_index);
66
GitException::ThrowOnError(error);
67
}
68
69
void Index::resolveByUsingOurs(const std::string& relativePath)
70
{
Callers
2
resolveMapFileConflictUsingOurs
Function · 0.45
createCommit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected