Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
969
static 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_string
Function · 0.85
escape_string_hide_passwords
Function · 0.85
get_spaces
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected