MCPcopy Create free account
hub / github.com/cinience/RedisStudio / IsSpace

Method IsSpace

RedisStudio/Base/String.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace Base {
5
6bool String::IsSpace( const char& ch )
7{
8 return ch==' ';
9}
10
11void String::Split(const std::string& str, const std::string& separators, TSeqStr& tokens, int options)
12{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected