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

Function evaluateObjectExpression

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

Source from the content-addressed store, hash-verified

161
162
163def evaluateObjectExpression(expression, printErrors=True):
164 return evaluateExpression("(id)(" + expression + ")", printErrors)
165
166
167def evaluateCStringExpression(expression, printErrors=True):

Callers

nothing calls this directly

Calls 1

evaluateExpressionFunction · 0.85

Tested by

no test coverage detected