Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ is_empty
Function
is_empty
phx_percona/percona/sql/binlog.h:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
bool is_empty() const {
55
return m_first == NULL;
56
}
57
58
/** Append a linked list of threads to the queue */
59
bool append(THD *first);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected