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

Function count_component2

evaluation/test-suite-sql-eval/evaluation.py:323–325  ·  view source on GitHub ↗
(sql)

Source from the content-addressed store, hash-verified

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

Callers 1

eval_hardnessMethod · 0.70

Calls 1

get_nestedSQLFunction · 0.70

Tested by

no test coverage detected