MCPcopy Create free account
hub / github.com/MariaDB/server / is_space

Function is_space

plugin/server_audit/server_audit.cc:969–972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

967
968
969static int is_space(char c)
970{
971 return c == ' ' || c == '\r' || c == '\n' || c == '\t';
972}
973
974
975#define SKIP_SPACES(str) \

Callers 3

escape_stringFunction · 0.85
get_spacesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected