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

Function count_component2

single_eval.py:324–326  ·  view source on GitHub ↗
(sql)

Source from the content-addressed store, hash-verified

322
323
324def count_component2(sql):
325 nested = get_nestedSQL(sql)
326 return len(nested)
327
328
329def count_others(sql):

Callers 1

eval_hardnessMethod · 0.70

Calls 1

get_nestedSQLFunction · 0.70

Tested by

no test coverage detected