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