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

Function MET_make_relation

src/gpre/boot/gpre_meta_boot.cpp:633–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631 */
632
633gpre_rel* MET_make_relation(const SCHAR* name)
634{
635 gpre_rel* relation = (gpre_rel*) MSC_alloc(REL_LEN);
636 relation->rel_symbol = MSC_symbol(SYM_relation, name, static_cast<USHORT>(strlen(name)), (gpre_ctx*) relation);
637
638 return relation;
639}
640
641
642/*____________________________________________________________

Callers 1

make_relationFunction · 0.85

Calls 2

MSC_allocFunction · 0.85
MSC_symbolFunction · 0.85

Tested by

no test coverage detected