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

    This summarizes the other context layers used by the FlowrAnalyzer. Have a look at the attributes and layers listed below (e.g., files and deps) to get an idea of the capabilities provided by this context. Besides these, this layer only orchestrates the different steps and layers, providing a collection of convenience methods. In general, you do not have to worry about these details, as the FlowrAnalyzerBuilder and FlowrAnalyzer take care of them.

    To inspect, e.g., the loading order, you can do so via files.loadingOrder.getLoadingOrder. To get information on a specific library, use deps.getDependency. If you are just interested in inspecting the context, you can use ReadOnlyFlowrAnalyzerContext instead (e.g., via inspect).

    Implements

    Index

    Constructors

    Properties

    config: FlowrConfig

    The configuration options used by the analyzer.

    Identified dependencies and their versions.

    Environment information used during analysis.

    Files to be analyzed and their loading order.

    Resource-usage guard (gas). Call ctx.gas.checkGas(key) at expensive analysis sites to obtain the current pressure level. Returns GasLevel.Normal with zero overhead when gas is disabled for key.

    Project metadata such as name, version, and namespace.

    Accessors

    Methods