MCPcopy 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

AbstractStringMethod · 0.45
find_first_ofMethod · 0.45
find_last_ofMethod · 0.45
find_first_not_ofMethod · 0.45
find_last_not_ofMethod · 0.45
AbstractStringClass · 0.45
StringBaseClass · 0.45
operator+Method · 0.45
compareMethod · 0.45
equalsMethod · 0.45
differentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected