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

Method empty

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

Source from the content-addressed store, hash-verified

46 LIBC_INLINE constexpr size_t size() const { return N; }
47
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; }

Callers 7

printf_mainFunction · 0.45
pushMethod · 0.45
find_best_small_fitMethod · 0.45
callMethod · 0.45
populate_symbol_cacheMethod · 0.45
getFunction · 0.45
call_exit_callbacksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected