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

Method length

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

Source from the content-addressed store, hash-verified

76 char* getBuffer(const FB_SIZE_T l);
77
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; }

Callers 15

getTempPathMethod · 0.45
initMethod · 0.45
getMetaNameMethod · 0.45
AbstractStringMethod · 0.45
MetaStringMethod · 0.45
MetaStringClass · 0.45
compareMethod · 0.45
insertStringMethod · 0.45
appendStringMethod · 0.45
ClumpletReader.cppFile · 0.45
ByteChunkMethod · 0.45
findSwitchMethod · 0.45

Calls

no outgoing calls

Tested by 1

CheckStrFunction · 0.36