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

Function data_from_rep

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

Source from the content-addressed store, hash-verified

49}
50
51inline char* data_from_rep(_Rep_base* rep) noexcept {
52 char* data = reinterpret_cast<char*>(rep);
53 return data + sizeof(*rep);
54}
55
56#if defined(_LIBCPP_CHECK_FOR_GCC_EMPTY_STRING_STORAGE)
57inline const char* compute_gcc_empty_string_storage() noexcept {

Callers 2

__libcpp_refstringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected