MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / isModDrop

Method isModDrop

src/modlistdropinfo.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106bool ModListDropInfo::isModDrop() const
107{
108 return !m_rows.empty();
109}
110
111bool ModListDropInfo::isDownloadDrop() const
112{

Callers 2

canDropMimeDataMethod · 0.80
dropMimeDataMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected