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

Method data

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

Source from the content-addressed store, hash-verified

29 using const_reverse_iterator = cpp::reverse_iterator<const_iterator>;
30
31 LIBC_INLINE constexpr T *data() { return Data; }
32 LIBC_INLINE constexpr const T *data() const { return Data; }
33
34 LIBC_INLINE constexpr T &front() { return Data[0]; }

Callers 15

find_and_printFunction · 0.45
doRenderTestFunction · 0.45
mainFunction · 0.45
testStringFunction · 0.45
file_write_hookFunction · 0.45
convert_float_innerFunction · 0.45
resize_overflow_hookFunction · 0.45
writeMethod · 0.45
convert_strerrorFunction · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by 4

find_and_printFunction · 0.36
mainFunction · 0.36
testStringFunction · 0.36
writeToJSMethod · 0.36