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

Method reset

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

Source from the content-addressed store, hash-verified

226}
227
228Git::Result Git::reset( std::vector<std::string> files, const std::string& projectDir ) {
229 return gitSimple( String::format( "reset -q HEAD -- %s", asList( files ) ), projectDir );
230}
231
232Git::Result Git::diff( DiffMode mode, const std::string& projectDir ) {
233 std::string modeTxt;

Callers 15

mainFunction · 0.45
initNewOutputMethod · 0.45
createContainerMethod · 0.45
~AppMethod · 0.45
reloadKeybindingsMethod · 0.45
closeFolderMethod · 0.45
loadImageFromMediumMethod · 0.45
onCodeEditorCreatedMethod · 0.45
initImageViewMethod · 0.45
loadFolderMethod · 0.45
runBuildMethod · 0.45
createContainerMethod · 0.45

Calls 2

formatFunction · 0.85
asListFunction · 0.85

Tested by 5

UTESTFunction · 0.36
renderMethod · 0.36
inputMethod · 0.36
particlesCallbackMethod · 0.36
demo2CreateMethod · 0.36