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

Method isEmpty

src/tools/ecode/plugins/git/git.hpp:237–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 const char* typeStr() const { return refTypeToString( type ); }
236
237 bool isEmpty() const { return name.empty(); }
238 };
239
240 enum DiffMode { DiffHead, DiffStaged };

Callers 15

closeEditorsMethod · 0.45
UITreeViewFSMethod · 0.45
deleteSelectedFilesMethod · 0.45
UIBuildSettingsMethod · 0.45
bindTableMethod · 0.45
runRemoveMethod · 0.45
runUpdateMethod · 0.45
onFileDroppedMethod · 0.45
setThemeMethod · 0.45
closeEditorsMethod · 0.45
initProjectTreeViewUIMethod · 0.45
discardEmptyTabMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected