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

Function isSuccess

fbchisellldbbase.py:47–53  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

45
46
47def isSuccess(error):
48 # When evaluating a `void` expression, the returned value will indicate an
49 # error. This error is named: kNoResult. This error value does *not* mean
50 # there was a problem. This logic follows what the builtin `expression`
51 # command does. See: https://git.io/vwpjl (UserExpression.h)
52 kNoResult = 0x1001
53 return error.success or error.value == kNoResult
54
55
56def importModule(frame, module):

Callers 2

importModuleFunction · 0.85
evaluateExpressionValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected