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

Function StringArea

cpp/src/arrow/util/secure_string_test.cc:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#endif
32
33std::string_view StringArea(const std::string& string) {
34 return {string.data(), string.capacity()};
35}
36
37// same as GTest ASSERT_PRED_FORMAT2 macro, but without the outer GTEST_ASSERT_
38#define COMPARE(val1, val2) \

Callers 2

IsSecurelyClearedFunction · 0.85
TESTFunction · 0.85

Calls 2

dataMethod · 0.45
capacityMethod · 0.45

Tested by

no test coverage detected