MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / data

Method data

modules/core/core/include/OpenString/common/sequence.h:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262
263 template <class T, u64 I>
264 T* sequence<T, I>::data() noexcept
265 {
266 return this->is_short() ? this->as_small().stack_storage.data() : this->as_large().heap_storage;
267 }
268
269 template <class T, u64 I>
270 const T* sequence<T, I>::data() const noexcept

Callers 15

sequenceMethod · 0.95
cbeginMethod · 0.95
beginMethod · 0.95
emptyMethod · 0.95
reserveMethod · 0.95
data_atMethod · 0.95
readMethod · 0.45
read_bitsMethod · 0.45
WriteMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
WriteMethod · 0.45

Calls 1

is_shortMethod · 0.95

Tested by

no test coverage detected