Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SplootCode/splootcode
/ isBoolOp
Function
isBoolOp
python/executor.py:198–199 ·
view source on GitHub ↗
(stringOp)
Source
from the content-addressed store, hash-verified
196
197
198
def
isBoolOp(stringOp):
199
return
stringOp in [
"and"
,
"or"
]
200
201
202
def
isCompareOp(stringOp):
Callers
1
parseExpression
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected