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

Function copy_fields

src/gpre/sqe.cpp:1317–1327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1315//
1316
1317static gpre_nod* copy_fields( gpre_nod* fields, map* fields_map)
1318{
1319 assert_IS_NOD(fields);
1320
1321 gpre_nod* list = MSC_node(nod_list, fields->nod_count);
1322
1323 for (USHORT i = 0; i < fields->nod_count; i++)
1324 list->nod_arg[i] = post_fields(fields->nod_arg[i], fields_map);
1325
1326 return list;
1327}
1328
1329
1330//____________________________________________________________

Callers 1

par_rseFunction · 0.85

Calls 2

MSC_nodeFunction · 0.85
post_fieldsFunction · 0.85

Tested by

no test coverage detected