Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_INFO
Method · 0.45
Calls
2
length
Method · 0.45
ptr
Method · 0.45
Tested by
no test coverage detected