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

Function describeObject

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

Source from the content-addressed store, hash-verified

151
152
153def describeObject(expression, printErrors=True):
154 return evaluateExpressionValue(
155 "(id)(" + expression + ")", printErrors
156 ).GetObjectDescription()
157
158
159def evaluateEffect(expression, printErrors=True):

Callers

nothing calls this directly

Calls 1

evaluateExpressionValueFunction · 0.85

Tested by

no test coverage detected