MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / __uses_refcount

Method __uses_refcount

system/lib/libcxx/src/include/refstring.h:117–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117inline bool __libcpp_refstring::__uses_refcount() const {
118#if defined(_LIBCPP_CHECK_FOR_GCC_EMPTY_STRING_STORAGE)
119 return __imp_ != get_gcc_empty_string_storage();
120#else
121 return true;
122#endif
123}
124
125_LIBCPP_END_NAMESPACE_STD
126

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected