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

Function data

system/lib/llvm-libc/src/__support/CPP/string.h:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 LIBC_INLINE constexpr bool empty() const { return size_ == 0; }
99
100 LIBC_INLINE constexpr const char *data() const { return buffer_; }
101 LIBC_INLINE char *data() { return buffer_; }
102
103 LIBC_INLINE constexpr const char *begin() const { return data(); }

Callers 5

beginFunction · 0.70
endFunction · 0.70
string.hFile · 0.70
c_strFunction · 0.70
resizeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected