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

Function skip_semicolon

hardness_eval.py:591–595  ·  view source on GitHub ↗
(toks, start_idx)

Source from the content-addressed store, hash-verified

589
590
591def skip_semicolon(toks, start_idx):
592 idx = start_idx
593 while idx < len(toks) and toks[idx] == ";":
594 idx += 1
595 return idx
596
597
598def condition_has_or(conds):

Callers 1

parse_sqlFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected