Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~sequence
Method · 0.95
data
Method · 0.95
empty
Method · 0.95
reserve
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected