Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ size
Method
size
modules/core/core/src/string/OpenString/text.cpp:270–273 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
}
269
270
u64 text::size() const noexcept
271
{
272
return this->view().size();
273
}
274
275
bool text::is_empty() const noexcept
276
{
Callers
15
waitForWork
Method · 0.45
enqueue
Function · 0.45
notify
Method · 0.45
initialize
Method · 0.45
__internal_MakeModuleGraph
Method · 0.45
get_root
Method · 0.45
sink
Method · 0.45
write
Method · 0.45
_generate_fmt_format_string
Function · 0.45
skr_run_process
Function · 0.45
make_guid
Function · 0.45
getRunnableJobItem
Method · 0.45
Calls
1
view
Method · 0.95
Tested by
no test coverage detected