MCPcopy Create free account
hub / github.com/facebook/chisel / evaluateEffect

Function evaluateEffect

fbchisellldbbase.py:159–160  ·  view source on GitHub ↗
(expression, printErrors=True)

Source from the content-addressed store, hash-verified

157
158
159def evaluateEffect(expression, printErrors=True):
160 evaluateExpressionValue("(void)(" + expression + ")", printErrors=printErrors)
161
162
163def evaluateObjectExpression(expression, printErrors=True):

Callers

nothing calls this directly

Calls 1

evaluateExpressionValueFunction · 0.85

Tested by

no test coverage detected