Function Sequences

Alerts if a set of functions occur in a specified order within a trace.

If certain sequences of functions should always fire atomically, detect with this guard on whitelist mode. If certain sequences of functions should never fire, detect with this guard on blacklist mode.

Guard can also support strict or loose sequence checking. Strict checks look for the sequence of functions to be called with no other functions in between. Loose checks allow for other functions to be called in between the sequence.

Last updated