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