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

Method loadInfo

src/remote/client/interface.cpp:10161–10167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10159}
10160
10161FB_BOOLEAN RmtAuthBlock::loadInfo()
10162{
10163 if (rdr.isEof())
10164 return FB_FALSE;
10165 rdr.getInfo(info);
10166 return FB_TRUE;
10167}
10168
10169
10170ClntAuthBlock::ClntAuthBlock(const PathName* fileName, ClumpletReader* dpb,

Callers

nothing calls this directly

Calls 2

isEofMethod · 0.45
getInfoMethod · 0.45

Tested by

no test coverage detected