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

Function condition_has_or

hardness_eval.py:598–599  ·  view source on GitHub ↗
(conds)

Source from the content-addressed store, hash-verified

596
597
598def condition_has_or(conds):
599 return 'or' in conds[1::2]
600
601
602def condition_has_like(conds):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected