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

Method TestStr

cpp/src/arrow/util/test_common.cc:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31TestStr::TestStr() : value("") {}
32TestStr::TestStr(const std::string& s) : value(s) {} // NOLINT runtime/explicit
33TestStr::TestStr(const char* s) : value(s) {} // NOLINT runtime/explicit
34TestStr::TestStr(const TestInt& test_int) {

Callers

nothing calls this directly

Calls 2

IsIterationEndFunction · 0.85
to_stringFunction · 0.85

Tested by

no test coverage detected