MCPcopy Create free account
hub / github.com/FlyingFeather/DEA-SQL / keyset_in_list

Function keyset_in_list

single_eval.py:883–889  ·  view source on GitHub ↗
(k1, k2, k_list)

Source from the content-addressed store, hash-verified

881 cols.append("__all__")
882
883 def keyset_in_list(k1, k2, k_list):
884 for k_set in k_list:
885 if k1 in k_set or k2 in k_set:
886 return k_set
887 new_k_set = set()
888 k_list.append(new_k_set)
889 return new_k_set
890
891 foreign_key_list = []
892 foreign_keys = entry["foreign_keys"]

Callers 1

build_foreign_key_mapFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected