MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / begin

Method begin

lib/asmjit/asmjit/core/string.h:201–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 ASMJIT_INLINE_NODEBUG const char* data() const noexcept { return is_large_or_external() ? _large.data : _small.data; }
200
201 [[nodiscard]]
202 ASMJIT_INLINE_NODEBUG char* begin() noexcept { return data(); }
203
204 [[nodiscard]]
205 ASMJIT_INLINE_NODEBUG const char* begin() const noexcept { return data(); }

Callers 1

new_sectionMethod · 0.45

Calls 1

dataFunction · 0.70

Tested by

no test coverage detected