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

Method pick

src/common/classes/DbImplementation.cpp:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215DbImplementation DbImplementation::pick(const UCHAR* info)
216{
217 //DbImplementation(UCHAR p_cpu, UCHAR p_os, UCHAR p_cc, UCHAR p_flags)
218 return DbImplementation(info[0], info[1], info[2], info[3]);
219}
220
221DbImplementation DbImplementation::fromBackwardCompatibleByte(UCHAR bcImpl)
222{

Callers

nothing calls this directly

Calls 1

DbImplementationClass · 0.85

Tested by

no test coverage detected