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

Method getString

src/common/classes/BlrReader.h:154–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 void getString(string& s)
155 {
156 const unsigned len = getByte();
157
158 if (pos + len >= end)
159 (Arg::Gds(isc_invalid_blr) << Arg::Num(getOffset())).raise();
160
161 s.assign(pos, len);
162
163 seekForward(len);
164 }
165
166 template <typename STR>
167 void getMetaName(STR& name)

Callers

nothing calls this directly

Calls 4

GdsClass · 0.85
NumClass · 0.85
raiseMethod · 0.45
assignMethod · 0.45

Tested by

no test coverage detected