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

Method getString

src/jrd/jrd.cpp:1165–1171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1163 }
1164
1165 void getString(ClumpletReader& reader, string& s)
1166 {
1167 reader.getString(s);
1168 if (!dpb_utf8_filename)
1169 ISC_systemToUtf8(s);
1170 ISC_unescape(s);
1171 }
1172 };
1173
1174 const CoercionArray* Database::getBindings() const

Callers 1

getMethod · 0.45

Calls 2

ISC_systemToUtf8Function · 0.85
ISC_unescapeFunction · 0.85

Tested by

no test coverage detected