MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / is_empty

Method is_empty

sql/sql_string.h:196–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 inline char& operator [] (uint32 i) const { return Ptr[i]; }
195 inline void length(uint32 len) { str_length=len ; }
196 inline bool is_empty() const { return (str_length == 0); }
197 inline void mark_as_const() { Alloced_length= 0;}
198 inline const char *ptr() const { return Ptr; }
199 inline char *c_ptr()

Callers 3

val_intMethod · 0.45
val_strMethod · 0.45
sql_parser_cleanupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected