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

Method getBuffer

src/common/classes/MetaString.cpp:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52char* MetaString::getBuffer(const FB_SIZE_T l)
53{
54 fb_assert (l < MAX_SQL_IDENTIFIER_SIZE);
55 init();
56 count = l;
57 return data;
58}
59
60int MetaString::compare(const char* s, FB_SIZE_T l) const
61{

Callers

nothing calls this directly

Calls 1

initFunction · 0.70

Tested by

no test coverage detected