features/network/breakpoints/models/infospect_breakpoint_condition library
Classes
- InfospectBreakpointCondition
- One AND-combined filter on top of endpoint / method matching.
- InfospectBreakpointMatchContext
- Snapshot used when evaluating breakpoint conditions.
Enums
- InfospectBreakpointMatchOp
- How a condition compares the observed value.
- InfospectBreakpointMatchTarget
- What part of a network call a breakpoint condition inspects.
Functions
-
evaluateBreakpointCondition(
InfospectBreakpointCondition condition, InfospectBreakpointMatchContext context) → bool -
Evaluates a single condition against
context. -
labelForMatchOp(
InfospectBreakpointMatchOp op) → String -
labelForMatchTarget(
InfospectBreakpointMatchTarget target) → String -
matchOpNeedsValue(
InfospectBreakpointMatchOp op) → bool -
matchTargetNeedsKey(
InfospectBreakpointMatchTarget target) → bool -
operatorsForTarget(
InfospectBreakpointMatchTarget target) → List< InfospectBreakpointMatchOp> -
Operators that make sense for
targetin the editor UI.