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

Method nullStr

src/common/classes/MetaString.h:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 FB_SIZE_T length() const { return count; }
79 const char* c_str() const { return data; }
80 const char* nullStr() const { return (count == 0 ? NULL : data); }
81 bool isEmpty() const { return count == 0; }
82 bool hasData() const { return count != 0; }
83

Callers 2

getPlanMethod · 0.45
loadModuleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected