Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ size
Method
size
lib_acl_cpp/src/stdlib/string.cpp:1144–1147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1142
}
1143
1144
size_t string::size() const
1145
{
1146
return length();
1147
}
1148
1149
size_t string::capacity() const
1150
{
Callers
4
string.cpp
File · 0.45
begin_with
Method · 0.45
end_with
Method · 0.45
operator ==
Function · 0.45
Calls
1
length
Function · 0.50
Tested by
no test coverage detected