Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ IsWhitespace
Function
IsWhitespace
cpp/src/arrow/util/string.cc:150–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
static constexpr bool IsWhitespace(char c) { return c ==
' '
|| c ==
'\t'
; }
151
152
std::string TrimString(std::string value) {
153
size_t ltrim_chars = 0;
Callers
1
TrimString
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected