@eagleoutice/flowr - v2.10.1
    Preparing search index...

    Enumeration ExitPointTypeConst

    Classifies the type of exit point encountered.

    Index

    Enumeration Members

    Enumeration Members

    Break: 2

    The exit point is an explicit break call (or an alias of it)

    Default: 0

    The exit point is the implicit (last executed expression of a function/block)

    Error: 4

    The exit point is caused by an error being thrown, e.g., by stop or stopifnot

    Next: 3

    The exit point is an explicit next call (or an alias of it)

    Return: 1

    The exit point is an explicit return call (or an alias of it)