MCPcopy 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
150static constexpr bool IsWhitespace(char c) { return c == ' ' || c == '\t'; }
151
152std::string TrimString(std::string value) {
153 size_t ltrim_chars = 0;

Callers 1

TrimStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected