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

Method data

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

Source from the content-addressed store, hash-verified

32 QByteArrayView(const char* data, qsizetype size) : m_data(data), m_size(size) {}
33 QByteArrayView(const QByteArray& ba) : m_data(ba.constData()), m_size(ba.size()) {}
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

Callers 2

removeDuplicatesFunction · 0.45
joinFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected