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

Method isEmpty

src/common/classes/fb_string.h:401–404  ·  view source on GitHub ↗

to satisfy both ways to check for empty string

Source from the content-addressed store, hash-verified

399 }
400 // to satisfy both ways to check for empty string
401 bool isEmpty() const
402 {
403 return empty();
404 }
405
406 void upper();
407 void lower();

Callers 1

getWordMethod · 0.45

Calls 1

emptyFunction · 0.50

Tested by

no test coverage detected