MCPcopy Create free account
hub / github.com/KiCad/kicad-source-mirror / AddErrorString

Method AddErrorString

common/git/git_commit_handler.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58
59void GIT_COMMIT_HANDLER::AddErrorString( const wxString& aErrorString )
60{
61 m_errorString += aErrorString;
62}

Callers 14

CloneMethod · 0.80
CommitMethod · 0.80
AmendMethod · 0.80
PushMethod · 0.80
InitializeRepositoryMethod · 0.80
SetupRemoteMethod · 0.80
SwitchToBranchMethod · 0.80
PerformFetchMethod · 0.80
libgit_backend.cppFile · 0.80
handleFastForwardMethod · 0.80
handleMergeMethod · 0.80
handleRebaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected