MCPcopy Create free account
hub / github.com/Tencent/phxsql / is_empty

Function is_empty

phx_percona/percona/sql/rpl_handler.h:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 inline bool is_empty()
93 {
94 DBUG_PRINT("debug", ("is_empty: %d", observer_info_list.is_empty()));
95 return observer_info_list.is_empty();
96 }
97
98 inline int read_lock()
99 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected