Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
840
def
count_component2(sql):
841
nested = get_nestedSQL(sql)
842
return
len(nested)
843
844
845
def
count_others(sql):
Callers
1
eval_hardness
Function · 0.70
Calls
1
get_nestedSQL
Function · 0.70
Tested by
no test coverage detected