Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ length
Function
length
Source/ThirdParty/pugixml/pugixml.cpp:6853–6856 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6851
}
6852
6853
size_t length() const
6854
{
6855
return _uses_heap ? _length_heap : strlength(_buffer);
6856
}
6857
6858
char_t* data(xpath_allocator* alloc)
6859
{
Callers
4
vec
Class · 0.85
append
Function · 0.85
normalize
Method · 0.85
getOrthonormal
Method · 0.85
Calls
1
strlength
Function · 0.85
Tested by
no test coverage detected