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

Function set

src/common/classes/ClumpletReader.cpp:980–983  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

978}
979
980static inline void set(NoCaseString& s, const ClumpletReader& rdr)
981{
982 s.assign(rdr.getBytes(), rdr.getClumpLength());
983}
984
985bool AuthReader::getInfo(Info& info)
986{

Callers 15

MetaStringMethod · 0.70
MetaStringClass · 0.70
getInfoMethod · 0.70
FB_PLUGIN_ENTRY_POINTFunction · 0.50
FB_PLUGIN_ENTRY_POINTFunction · 0.50
FB_PLUGIN_ENTRY_POINTFunction · 0.50
FB_PLUGIN_ENTRY_POINTFunction · 0.50
FB_PLUGIN_ENTRY_POINTFunction · 0.50
CInt128Method · 0.50
setMethod · 0.50
operator=Method · 0.50
CInt128Method · 0.50

Calls 3

getClumpLengthMethod · 0.80
assignMethod · 0.45
getBytesMethod · 0.45

Tested by

no test coverage detected