MCPcopy Create free account
hub / github.com/apache/fory / string_view_to_string

Function string_view_to_string

cpp/fory/encoder/row_encode_trait.h:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67};
68
69inline std::string string_view_to_string(std::string_view s) {
70 return {s.begin(), s.end()};
71}
72
73template <typename T>
74inline constexpr bool IsString =

Callers 1

get_fieldMethod · 0.85

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected