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

Function count_component2

hardness_eval.py:840–842  ·  view source on GitHub ↗
(sql)

Source from the content-addressed store, hash-verified

838
839
840def count_component2(sql):
841 nested = get_nestedSQL(sql)
842 return len(nested)
843
844
845def count_others(sql):

Callers 1

eval_hardnessFunction · 0.70

Calls 1

get_nestedSQLFunction · 0.70

Tested by

no test coverage detected