MCPcopy Create free account
hub / github.com/SpartanJ/eepp / add

Method add

src/tools/ecode/plugins/git/git.cpp:211–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211Git::Result Git::add( std::vector<std::string> files, const std::string& projectDir ) {
212 return gitSimple( String::format( "add --force -- %s", asList( files ) ), projectDir );
213}
214
215Git::Result Git::stash( std::vector<std::string> files, const std::string& projectDir ) {
216 return gitSimple( String::format( "stash push --include-untracked -- %s", asList( files ) ),

Callers 15

loadImageMethod · 0.45
updateRecentFilesMethod · 0.45
updateRecentProjectsMethod · 0.45
loadUIThemeMethod · 0.45
createAppMenuMethod · 0.45
initMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
createSettingsMenuMethod · 0.45
createDocumentMenuMethod · 0.45
createTerminalMenuMethod · 0.45
createEditMenuMethod · 0.45

Calls 2

formatFunction · 0.85
asListFunction · 0.85

Tested by 9

init_ui_testFunction · 0.36
UTESTFunction · 0.36
initMethod · 0.36
createBaseUIMethod · 0.36
createUIMethod · 0.36
createNewUIMethod · 0.36
createDecoratedWindowMethod · 0.36
loadTexturesMethod · 0.36
mainFunction · 0.36