MCPcopy Create free account
hub / github.com/apache/arrow / WhitespaceOnly

Function WhitespaceOnly

cpp/src/arrow/json/chunker_test.cc:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61static bool WhitespaceOnly(string_view s) {
62 return s.find_first_not_of(" \t\r\n") == string_view::npos;
63}
64
65static bool WhitespaceOnly(const std::shared_ptr<Buffer>& b) {
66 return WhitespaceOnly(string_view(*b));

Callers 3

ConsumeWholeObjectFunction · 0.85
AssertOnlyWholeObjectsFunction · 0.85
TEST_PFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected