Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
323
def
count_component2(sql):
324
nested = get_nestedSQL(sql)
325
return
len(nested)
326
327
328
def
count_others(sql):
Callers
1
eval_hardness
Method · 0.70
Calls
1
get_nestedSQL
Function · 0.70
Tested by
no test coverage detected