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

Method makeDbkey

src/common/dsc.h:334–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332 }
333
334 void makeDbkey(void* address = NULL)
335 {
336 clear();
337 dsc_dtype = dtype_dbkey;
338 dsc_length = sizeof(ISC_QUAD);
339 dsc_address = (UCHAR*) address;
340 }
341
342 void makeDouble(double* address = NULL)
343 {

Callers 1

evlMakeDbkeyFunction · 0.80

Calls 1

clearClass · 0.50

Tested by

no test coverage detected