Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/chisel
/ check_expr
Function
check_expr
fbchisellldbbase.py:200–201 ·
view source on GitHub ↗
(expr)
Source
from the content-addressed store, hash-verified
198
199
200
def
check_expr(expr):
201
return
expr.strip().split(
";"
)[-2].find(
"RETURN"
) != -1
202
203
204
# evaluate a batch of Objective-C expressions, the last expression
Callers
1
evaluate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected