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

Method stuff

src/common/classes/DbImplementation.cpp:205–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void DbImplementation::stuff(UCHAR** info) const
206{
207 UCHAR* p = *info;
208 *p++ = di_cpu;
209 *p++ = di_os;
210 *p++ = di_cc;
211 *p++ = di_flags;
212 *info = p;
213}
214
215DbImplementation DbImplementation::pick(const UCHAR* info)
216{

Callers 2

MERGE_database_infoFunction · 0.80
INF_database_infoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected