Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ is_valid
Method
is_valid
modules/core/core/src/string/OpenString/text.cpp:139–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
bool text::iterator::is_valid() const noexcept
140
{
141
return this->from != global_constant::INDEX_INVALID;
142
}
143
144
u64 text::iterator::raw_size() const noexcept
145
{
Callers
3
assign
Method · 0.45
Merge
Function · 0.45
template_test_multi_sparse_hash_set
Function · 0.45
Calls
no outgoing calls
Tested by
1
template_test_multi_sparse_hash_set
Function · 0.36