MCPcopy Create free account
hub / github.com/apache/cloudberry / foreach

Function foreach

contrib/interconnect/proxy/ic_proxy.h:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 ListCell *cell;
75
76 foreach(cell, list)
77 {
78 ic_proxy_free(lfirst(cell));
79 }
80
81 return ic_proxy_list_free(list);
82}

Calls

no outgoing calls

Tested by 1

pg_decode_startupFunction · 0.40