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

Method hasData

src/common/classes/fb_string.h:396–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394 return length() == 0;
395 }
396 bool hasData() const
397 {
398 return !empty();
399 }
400 // to satisfy both ways to check for empty string
401 bool isEmpty() const
402 {

Callers

nothing calls this directly

Calls 1

emptyFunction · 0.50

Tested by

no test coverage detected