Readonlyactivatedclass names of plugins that activated (produced a result) since the last reset; only filled when config.repl.showPlugins is set
ReadonlyconfigThe configuration options used by the analyzer.
ReadonlydepsIdentified dependencies and their versions.
ReadonlyenvEnvironment information used during analysis.
ReadonlyfilesFiles to be analyzed and their loading order.
ReadonlygasResource-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.
ReadonlymetaProject metadata such as name, version, and namespace.
ReadonlyresolvedThe R version analysis assumes when resolving versioned (base-R) exports (see solver.sigdb.assumedRVersion).
ReadonlyrWhether resolvedRVersion is a genuine signal (a config pin, project metadata, or an engine-detected version) rather than the fallback default.
The project kind the effective config is specialized for and the overrides it applies, or undefined when no specialization is in effect.
The versions a dependency can possibly have, see ReadOnlyFlowrAnalyzerDependenciesContext#inferredVersion.
Classify the ProjectKind of the project, see ReadOnlyFlowrAnalyzerFilesContext#projectKind.
This is a read-only interface to the FlowrAnalyzerContext. It prevents you from modifying the context, but allows you to inspect it (which is probably what you want when using the FlowrAnalyzer). If you are a FlowrAnalyzerPlugin and want to modify the context, you can use the FlowrAnalyzerContext directly.