MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / capacity

Method capacity

src/common/classes/fb_string.h:388–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386 return length();
387 }
388 size_type capacity() const
389 {
390 return bufferSize - 1u;
391 }
392 bool empty() const
393 {
394 return length() == 0;

Callers 1

toStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected