Short name describing what triggered the graph break
Data-dependent branching with non-constant bool
Values or code snippet captured at the break point
method: {x}, result: {result}
Explanation of why the graph break was triggered
Attempted to perform data-dependent branching on a user-defined object with a bool method that did not return a constant.
Hints on how to resolve the graph break
No hints provided.