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

Method begin

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

Source from the content-addressed store, hash-verified

48 LIBC_INLINE constexpr bool empty() const { return N == 0; }
49
50 LIBC_INLINE constexpr iterator begin() { return Data; }
51 LIBC_INLINE constexpr const_iterator begin() const { return Data; }
52 LIBC_INLINE constexpr const_iterator cbegin() const { return begin(); }
53

Callers 5

pushMethod · 0.45
FreeListHeapMethod · 0.45
removeMethod · 0.45
uefi_status_to_errnoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected