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

Method is_short

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

Source from the content-addressed store, hash-verified

422
423 template <class T, u64 I>
424 bool sequence<T, I>::is_short() const noexcept
425 {
426 return this->capacity_ == ELEMENT_SHORT_CAPACITY;
427 }
428
429 template <class T, u64 I>
430 T* sequence<T, I>::data_at(u64 index) noexcept

Callers 4

~sequenceMethod · 0.95
dataMethod · 0.95
emptyMethod · 0.95
reserveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected