matchOpNeedsValue function

bool matchOpNeedsValue(
  1. InfospectBreakpointMatchOp op
)

Implementation

bool matchOpNeedsValue(InfospectBreakpointMatchOp op) {
  return op != InfospectBreakpointMatchOp.exists;
}