MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / isEmpty

Method isEmpty

src/ByteArrayUtils.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 const char* data() const { return m_data; }
35 qsizetype size() const { return m_size; }
36 bool isEmpty() const { return m_size == 0; }
37 bool operator==(const QByteArrayView& other) const
38 {
39 return m_size == other.m_size && (m_data == other.m_data || (m_size > 0 && std::memcmp(m_data, other.m_data, m_size) == 0));

Callers 15

joinFunction · 0.80
initMethod · 0.80
setupEditorMethod · 0.80
loadTempFileMethod · 0.80
getOpenFileUrlsMethod · 0.80
getOpenFileNamesMethod · 0.80
getSaveFileUrlMethod · 0.80
getSaveFileNameMethod · 0.80
writeToDiskFunction · 0.80
fileDialogAcceptedMethod · 0.80
findNextMethod · 0.80
findPrevMethod · 0.80

Calls

no outgoing calls

Tested by 2

updatePropertyInfoMethod · 0.64
updateKeywordInfoMethod · 0.64