Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ length
Method
length
src/common/classes/fb_string.h:236–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
return stringBuffer;
235
}
236
size_type length() const
237
{
238
return stringLength;
239
}
240
size_type getCount() const throw()
241
{
242
return stringLength;
Callers
11
AbstractString
Method · 0.45
find_first_of
Method · 0.45
find_last_of
Method · 0.45
find_first_not_of
Method · 0.45
find_last_not_of
Method · 0.45
AbstractString
Class · 0.45
StringBase
Class · 0.45
operator+
Method · 0.45
compare
Method · 0.45
equals
Method · 0.45
different
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected