Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlyingFeather/DEA-SQL
/ skip_semicolon
Function
skip_semicolon
evaluation/test-suite-sql-eval/process_sql.py:562–566 ·
view source on GitHub ↗
(toks, start_idx)
Source
from the content-addressed store, hash-verified
560
561
562
def
skip_semicolon(toks, start_idx):
563
idx = start_idx
564
while
idx < len(toks) and toks[idx] ==
";"
:
565
idx += 1
566
return
idx
Callers
1
parse_sql
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected