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

Function check_if_only_end_space

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

Source from the content-addressed store, hash-verified

595
596
597static inline bool check_if_only_end_space(const CHARSET_INFO *cs, char *str,
598 char *end)
599{
600 return str+ cs->cset->scan(cs, str, end, MY_SEQ_SPACES) == end;
601}
602
603#endif /* SQL_STRING_INCLUDED */

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected