MCPcopy Create free account
hub / github.com/MariaDB/server / eq

Method eq

sql/sql_load.cc:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 uint length() const { return m_length; }
92 int initial_byte() const { return m_initial_byte; }
93 bool eq(const Term_string &other) const
94 {
95 return length() == other.length() && !memcmp(ptr(), other.ptr(), length());
96 }
97};
98
99

Callers 1

READ_INFOMethod · 0.45

Calls 2

lengthMethod · 0.45
ptrMethod · 0.45

Tested by

no test coverage detected